From: Luke Kenneth Casson Leighton Date: Sun, 9 May 2021 19:05:42 +0000 (+0100) Subject: no SECOND_REQ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e27cb38511cfe376990c28b298ce1f73b8bef7aa;p=soc.git no SECOND_REQ --- diff --git a/src/soc/fu/ldst/loadstore.py b/src/soc/fu/ldst/loadstore.py index 25843d5b..14e02788 100644 --- 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):