From 95092280c4ad69524b68e65f80f92cb2f58efec8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 23 Nov 2021 22:44:55 +0000 Subject: [PATCH] more comments --- src/soc/simple/issuer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 9d31b224..8b04ee0b 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -157,6 +157,10 @@ def get_predcr(m, mask, name): # Fetch Finite State Machine. # WARNING: there are currently DriverConflicts but it's actually working. +# TODO, here: everything that is global in nature, information from the +# main TestIssuerInternal, needs to move to either ispec() or ospec(). +# not only that: TestIssuerInternal.imem can entirely move into here +# because imem is only ever accessed inside the FetchFSM. class FetchFSM(ControlBase): def __init__(self, allow_overlap, svp64_en, imem, core_rst, pdecode2, cur_state, -- 2.30.2