Better Sim
This commit is contained in:
@@ -18,6 +18,7 @@ module ALU(
|
||||
.Cin(1'b0),
|
||||
.Sum(result_A),
|
||||
.Cout(cout));
|
||||
|
||||
// B (0001) - Subtract
|
||||
sub_9bit sub0(
|
||||
.A(operand0),
|
||||
|
||||
Reference in New Issue
Block a user