put the old microwatt compatibility back
[soc.git] / src / soc / simple / issuer.py
index 7ea8ff330b8017d21d80744ea366efb8c503590d..f00cadf9d92a4c9bb5d8b2ab8fb7d12bd11023e1 100644 (file)
@@ -171,7 +171,7 @@ class TestIssuerBase(Elaboratable):
         self.alt_reset = Signal(reset_less=True) # not connected yet (microwatt)
 
         if self.microwatt_compat:
-            self.microwatt_old = False
+            self.microwatt_old = True # PLEASE DO NOT ALTER THIS
             self.microwatt_debug = True # set to False when using an FPGA
 
         # test is SVP64 is to be enabled