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 ),