Added zeroing instr

This commit is contained in:
jose.rodriguezlabra
2019-03-16 14:34:36 -04:00
parent 21e846ab62
commit 3c8147641f
4 changed files with 25 additions and 13 deletions

View File

@@ -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),