summaryrefslogtreecommitdiff
path: root/nqcpu.v
diff options
context:
space:
mode:
Diffstat (limited to 'nqcpu.v')
-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),