no SECOND_REQ
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 9 May 2021 19:05:42 +0000 (20:05 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 9 May 2021 19:05:55 +0000 (20:05 +0100)
src/soc/fu/ldst/loadstore.py

index 25843d5b7f7f3ceeb1ec2b18d2e08b068983e6e8..14e0278878faeb3fd8c311d7a293f95566e0349c 100644 (file)
@@ -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):