From: Luke Kenneth Casson Leighton Date: Sat, 20 Feb 2021 12:26:32 +0000 (+0000) Subject: whoops spelling error X-Git-Tag: convert-csv-opcode-to-binary~205 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff64b77a791006e636776921ae55c090cedac7d4;p=soc.git whoops spelling error --- 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<