From c07c736de9e416d3eb6816ce41d5f5a1a191dd48 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 29 Mar 2023 14:31:35 +0200 Subject: [PATCH] Small renaming --- ArithmeticUnit_TestBench.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArithmeticUnit_TestBench.sv b/ArithmeticUnit_TestBench.sv index 5cd462f..28aa27e 100644 --- a/ArithmeticUnit_TestBench.sv +++ b/ArithmeticUnit_TestBench.sv @@ -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),