got test_issuer FSM operating. bit of a hack
[soc.git] / src / soc / decoder / isa / caller.py
index 1ed3cc909a1c9eee31886102b187ee57fa970492..af28a996fcd7d03d7de0738b452239e5c1f8cf9e 100644 (file)
@@ -321,6 +321,7 @@ class ISACaller:
             imm = yield self.dec2.e.imm_data.data
             inputs.append(SelectableInt(imm, 64))
         assert len(outputs) >= 1
+        print ("handle_overflow", inputs, outputs)
         if len(inputs) >= 2:
             output = outputs[0]