1

Small renaming

This commit is contained in:
2023-03-29 14:31:35 +02:00
parent 5128478af7
commit c07c736de9

View File

@ -7,7 +7,7 @@ var logic[7:0] operandA;
var logic[7:0] operandB;
tri[7:0] result;
ArithmeticUnit lu(
ArithmeticUnit au(
.opcode(opcode),
.operandA(operandA),
.operandB(operandB),