From: Luke Kenneth Casson Leighton Date: Tue, 23 Feb 2021 13:43:35 +0000 (+0000) Subject: add note that SVSTATE has changed, this will allow picking up that X-Git-Tag: convert-csv-opcode-to-binary~165 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09b5ec626157143d593cb294f664a4b611937d0c;p=soc.git add note that SVSTATE has changed, this will allow picking up that Trap pipeline has altered SVSTATE --- diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 22ecb2a7..5ec00ca4 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -146,7 +146,7 @@ class TestIssuerInternal(Elaboratable): self.state_nia = self.core.regs.rf['state'].w_ports['nia'] self.state_nia.wen.name = 'state_nia_wen' - def fetch_fsm(self, m, core, dbg, pc, pc_changed, insn_done, + def fetch_fsm(self, m, core, dbg, pc, pc_changed, sv_changed, insn_done, core_rst, cur_state, fetch_pc_ready_o, fetch_pc_valid_i, exec_insn_valid_o, exec_insn_ready_i, @@ -259,7 +259,7 @@ class TestIssuerInternal(Elaboratable): comb += self.state_w_pc.wen.eq(1<