whoops spelling error
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Feb 2021 12:26:32 +0000 (12:26 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Feb 2021 12:26:32 +0000 (12:26 +0000)
src/soc/simple/issuer.py

index 1298e4aebb0a5e323732881d102b80ff7e522d93..42fb54c657bd9f396e3355bd6154e8959509e3f7 100644 (file)
@@ -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<<StateRegs.SVSTATE)