summaryrefslogtreecommitdiff
path: root/ctrl_decode.v
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl_decode.v')
-rw-r--r--ctrl_decode.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctrl_decode.v b/ctrl_decode.v
index cda670d..ede591f 100644
--- a/ctrl_decode.v
+++ b/ctrl_decode.v
@@ -1,5 +1,5 @@
module ctrl_decode (
- input [31:0] control_signals,
+ input [32:0] control_signals,
output [3:0] aluOp,
output [2:0] aluReg1,
@@ -18,7 +18,7 @@ module ctrl_decode (
output memWriteB,
output memWriteW,
- output [4:0] setRegCond // {should set when condition is true, Z doesn't matter, S doesn't matter, Z must be this, S must be this}
+ output [5:0] setRegCond // {should set when condition is true, Z doesn't matter, S doesn't matter, Z must be this, S must be this}
);
assign {