Include NOT in the ALU

This commit is contained in:
WilliamMiceli
2019-03-12 11:23:48 -04:00
parent 97433c3691
commit 4a462752e9

View File

@@ -49,6 +49,9 @@ module ALU(
.A(operand0), .A(operand0),
.B(result_H)); .B(result_H));
// I (1000) // I (1000)
not_9bit not0(
.A(operand0),
.B(result_I));
// J (1001) // J (1001)
// K (1010) // K (1010)
// L (1011) // L (1011)