summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick McKinney <nick@kmonkey.net>2016-12-29 15:59:34 -0600
committerNick McKinney <nick@kmonkey.net>2016-12-29 15:59:34 -0600
commitd29aac60e949f5003b8266a15b5ee5738d7c872a (patch)
tree78d7e36f457ef6eb16ab44084599daed1364b8c0
parentbdf05c2c95d6fe92d5350d31a42f106c5b98c043 (diff)
watch control lines from decoder instead of ALU
makes more sense in the simulator output
-rw-r--r--nqcpu.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/nqcpu.v b/nqcpu.v
index c27c742..a818587 100644
--- a/nqcpu.v
+++ b/nqcpu.v
@@ -162,7 +162,7 @@ module nqcpu (
);
ctrl_decode debug_decode (
- .control_signals(ctrl_from_alu),
+ .control_signals(ctrl_from_decoder),
.aluOp(debugAluOp),
.aluReg1(debugAluReg1),