From ff64b77a791006e636776921ae55c090cedac7d4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 20 Feb 2021 12:26:32 +0000 Subject: [PATCH] whoops spelling error --- 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 1298e4ae..42fb54c6 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -410,7 +410,7 @@ class TestIssuerInternal(Elaboratable): # for updating svstate (things like srcstep etc.) update_svstate = Signal() # TODO: move this somewhere above - new_svstate = SVSSTATERec("new_svstate") # and move this as well + new_svstate = SVSTATERec("new_svstate") # and move this as well # check if svstate needs updating: if so, write it to State Regfile with m.If(update_svstate): comb += self.state_w_sv.wen.eq(1<