Small renaming
This commit is contained in:
@ -7,7 +7,7 @@ var logic[7:0] operandA;
|
|||||||
var logic[7:0] operandB;
|
var logic[7:0] operandB;
|
||||||
tri[7:0] result;
|
tri[7:0] result;
|
||||||
|
|
||||||
ArithmeticUnit lu(
|
ArithmeticUnit au(
|
||||||
.opcode(opcode),
|
.opcode(opcode),
|
||||||
.operandA(operandA),
|
.operandA(operandA),
|
||||||
.operandB(operandB),
|
.operandB(operandB),
|
||||||
|
Reference in New Issue
Block a user