Skip to content

Commit 145b19d

Browse files
authored
ЛР15. Исправление имени модуля в тб
1 parent 3871c41 commit 145b19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Labs/15. Programming device/lab_15.tb_system.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module lab_15_tb_system();
101101
end
102102

103103

104-
system DUT(
104+
proseccor_system DUT(
105105
.clk_i (clk_i ),
106106
.resetn_i (!rst_i ),
107107
.rx_i (flashing_is_done ? tb_rx : flash_rx ),

0 commit comments

Comments
 (0)