From d488bbb5663bfa4c19074e549e8a73624641065a Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 16 Dec 2021 14:07:09 +0000 Subject: [PATCH] whoops remove duplicate code (cut/paste error) no harm done --- src/soc/simple/issuer.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 1ddb2385..175276ad 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -1290,11 +1290,6 @@ class TestIssuerInternal(TestIssuerBase): comb += core.icache.flush_in.eq(1) # stop instruction fault sync += pdecode2.instr_fault.eq(0) - if flush_needed: - # request the icache to stop asserting "failed" - comb += core.icache.flush_in.eq(1) - # stop instruction fault - sync += pdecode2.instr_fault.eq(0) # check if svstate needs updating: if so, write it to State Regfile with m.If(self.update_svstate): -- 2.30.2