From: Luke Kenneth Casson Leighton Date: Tue, 23 Nov 2021 22:44:55 +0000 (+0000) Subject: more comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95092280c4ad69524b68e65f80f92cb2f58efec8;p=soc.git more comments --- 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,