Commit 87ec6b59 by René

STATE_C is 4-bit

parent 7614e47d
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ input [7:0] A, B; ...@@ -8,7 +8,7 @@ input [7:0] A, B;
input [4:0] OP; input [4:0] OP;
output valid; output valid;
output [7:0] C; output [7:0] C;
output [4:0] STATE_C; output [3:0] STATE_C;
reg [7:0] CC; reg [7:0] CC;
// reg [4:0] y, Y; // reg [4:0] y, Y;
reg val; reg val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment