projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5191db
)
no SECOND_REQ
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 9 May 2021 19:05:42 +0000
(20:05 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 9 May 2021 19:05:55 +0000
(20:05 +0100)
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 25843d5b7f7f3ceeb1ec2b18d2e08b068983e6e8..14e0278878faeb3fd8c311d7a293f95566e0349c 100644
(file)
--- a/
src/soc/fu/ldst/loadstore.py
+++ b/
src/soc/fu/ldst/loadstore.py
@@
-177,11
+177,6
@@
class LoadStore1(PortInterfaceBase):
with m.Switch(self.state):
with m.Case(State.IDLE):
pass
- with m.Case(State.SECOND_REQ):
- # req.eq(1);
- # v.state.eq(ACK_WAIT)
- # v.last_dword.eq(0);
- pass
with m.Case(State.ACK_WAIT):
pass
with m.Case(State.MMU_LOOKUP):