From 1498b3054248d882a6587500e9cea8d492fdb774 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 19 Mar 2021 14:14:10 +0000 Subject: [PATCH] spelling --- src/soc/simple/issuer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index ba9caca0..e8468228 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -615,7 +615,7 @@ class TestIssuerInternal(Elaboratable): sv_changed = Signal() # note write to SVSTATE # read state either from incoming override or from regfile - # TODO: really should be doing MSR in the same say + # TODO: really should be doing MSR in the same way pc = state_get(m, self.pc_i, "pc", # read PC self.state_r_pc, StateRegs.PC) svstate = state_get(m, self.svstate_i, "svstate", # read SVSTATE -- 2.30.2