Skip to content

Commit 1fe4e59

Browse files
authored
Update lab_13.tb_processor_system.sv
1 parent a296299 commit 1fe4e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Labs/13. Peripheral units/lab_13.tb_processor_system.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ initial begin
3838
resetn = 1;
3939
end
4040

41-
riscv_unit DUT(
41+
processor_system DUT(
4242
.clk_i (clk_i ),
4343
.resetn_i (resetn ),
4444
.sw_i (sw_i ),

0 commit comments

Comments
 (0)