projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce4418
)
add SECOND_REQ state to loadstore.py, not yet implemented
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 6 Jan 2022 17:31:57 +0000
(17:31 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 6 Jan 2022 17:31:57 +0000
(17:31 +0000)
src/soc/fu/ldst/loadstore.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/ldst/loadstore.py
b/src/soc/fu/ldst/loadstore.py
index 97972c2f9e55f57cfed1e7f756968f83a006cadc..bdf5bcf4731c68130fd583c4498c9516a8b37556 100644
(file)
--- a/
src/soc/fu/ldst/loadstore.py
+++ b/
src/soc/fu/ldst/loadstore.py
@@
-40,6
+40,7
@@
class State(Enum):
IDLE = 0 # ready for instruction
ACK_WAIT = 1 # waiting for ack from dcache
MMU_LOOKUP = 2 # waiting for MMU to look up translation
+ SECOND_REQ = 3 # second request for unaligned transfer
# captures the LDSTRequest from the PortInterface, which "blips" most