From 1fe4e59e227ebc78bc0fa435f531a2f08f32c1a9 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Fri, 6 Dec 2024 09:44:55 +0300 Subject: [PATCH] Update lab_13.tb_processor_system.sv --- 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 857cef3..da04ec6 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( +processor_system DUT( .clk_i (clk_i ), .resetn_i (resetn ), .sw_i (sw_i ),