Collaborative - Fixes and Testbenches for Basic Modules so far
This commit is contained in:
@@ -35,8 +35,7 @@ module ALU(
|
||||
and_9bit and0(
|
||||
.A(operand0),
|
||||
.B(operand1),
|
||||
.Cin(1'b0),
|
||||
.Sum(result_E));
|
||||
.C(result_E));
|
||||
// F (101) - Shift Logical Left
|
||||
shift_logical_left sll(
|
||||
.A(operand0),
|
||||
|
||||
Reference in New Issue
Block a user