From 8a9fa202358d23da810857c57b99bd7c3c86f8ae Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Fri, 4 Oct 2024 19:42:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=A013.=20=D0=9F=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?DUT=20=D0=B2=20=D1=82=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Labs/13. Peripheral units/lab_13.tb_processor_system.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/13. Peripheral units/lab_13.tb_processor_system.sv b/Labs/13. Peripheral units/lab_13.tb_processor_system.sv index dc71f1d..857cef3 100644 --- a/Labs/13. Peripheral units/lab_13.tb_processor_system.sv +++ b/Labs/13. Peripheral units/lab_13.tb_processor_system.sv @@ -38,7 +38,7 @@ initial begin resetn = 1; end -riscv_unit dut( +riscv_unit DUT( .clk_i (clk_i ), .resetn_i (resetn ), .sw_i (sw_i ),