projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7288f20
)
more comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 23 Nov 2021 22:44:55 +0000
(22:44 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 23 Nov 2021 22:45:11 +0000
(22:45 +0000)
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index 9d31b22463e0bab6bb862370c9c6b7bd22fcf543..8b04ee0b0ccc7011577fe56b45b5de8c7954242d 100644
(file)
--- 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,