Added zeroing instr
This commit is contained in:
@@ -65,6 +65,8 @@ module ALU(
|
||||
.A(operand0),
|
||||
.B(result_K));
|
||||
// L (1011)
|
||||
// Will hacked in here
|
||||
|
||||
// M (1100)
|
||||
// N (1101)
|
||||
// O (1110)
|
||||
@@ -84,7 +86,7 @@ module ALU(
|
||||
.I(result_I),
|
||||
.J(result_J),
|
||||
.K(result_K),
|
||||
.L(result_L),
|
||||
.L(9'b000000000),
|
||||
.M(result_M),
|
||||
.N(result_N),
|
||||
.O(result_O),
|
||||
|
||||
Reference in New Issue
Block a user