From e27cb38511cfe376990c28b298ce1f73b8bef7aa Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 9 May 2021 20:05:42 +0100 Subject: [PATCH] no SECOND_REQ --- src/soc/fu/ldst/loadstore.py | 5 ----- 1 file changed, 5 deletions(-) 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): -- 2.30.2