case for control unit
This commit is contained in:
@@ -36,7 +36,11 @@ module CPU9bits(input wire [8:0] instr,
|
|||||||
|
|
||||||
//Make control unit here
|
//Make control unit here
|
||||||
|
|
||||||
|
always @(instr) begin
|
||||||
|
case (instr)
|
||||||
|
9'b000000000: //something
|
||||||
|
endcase
|
||||||
|
end
|
||||||
|
|
||||||
//------------------------------
|
//------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user