sigh, monitor DEC/TB StateRegs "properly" so that the Issuer DEC/TB FSM
[soc.git] / src / soc / simple / core.py
index 6c2d7388a0dc74afd47c5af19c7d8f8a9c2896a8..0479508adf1e6aa915173a114966f97a1cd2702b 100644 (file)
@@ -90,8 +90,8 @@ def bitvector_remap(regfile, rfile, port):
     # 3 bits, unary: return the port
     if regfile == 'XER':
         return port
-    # 3 bits, unary: return the port
-    if regfile == 'SVSTATE':
+    # 5 bits, unary: return the port
+    if regfile == 'STATE':
         return port
     # 9 bits (9 entries), might be unary already
     if regfile == 'FAST':