From: Luke Kenneth Casson Leighton Date: Mon, 8 Nov 2021 16:37:51 +0000 (+0000) Subject: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5350a258f836cc6baac24a91fd41003e45aa79a;p=soc.git remove unused variable --- diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 7312575d..61e28a74 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -863,7 +863,6 @@ class TestIssuerInternal(Elaboratable): # temporaries core_busy_o = ~core.p.o_ready # core is busy core_ivalid_i = core.p.i_valid # instruction is valid - insn_type = core.i.e.do.insn_type # instruction MicroOp type with m.FSM(name="exec_fsm"):