From ffec97f5acf165488eb1660425731ae921386feb Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Mon, 9 Sep 2024 14:35:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A02.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BC=D0=BE=D0=B4?= =?UTF-8?q?=D1=83=D0=BB=D1=8F=20=D0=B2=20nexys=5Falu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/02. Arithmetic-logic unit/board files/nexys_alu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/02. Arithmetic-logic unit/board files/nexys_alu.sv b/Labs/02. Arithmetic-logic unit/board files/nexys_alu.sv index 6f35552f..b5eadd3d 100644 --- a/Labs/02. Arithmetic-logic unit/board files/nexys_alu.sv +++ b/Labs/02. Arithmetic-logic unit/board files/nexys_alu.sv @@ -45,7 +45,7 @@ module nexys_alu( logic [31:0] result; logic flag; - alu_riscv alu_riscv ( + alu alu_riscv ( .alu_op_i (operator), .a_i (operand_a), .b_i (operand_b),