Include NOT in the ALU
This commit is contained in:
@@ -49,6 +49,9 @@ module ALU(
|
||||
.A(operand0),
|
||||
.B(result_H));
|
||||
// I (1000)
|
||||
not_9bit not0(
|
||||
.A(operand0),
|
||||
.B(result_I));
|
||||
// J (1001)
|
||||
// K (1010)
|
||||
// L (1011)
|
||||
|
||||
Reference in New Issue
Block a user