ЛР10. Переименование DUT в тб

This commit is contained in:
Andrei Solodovnikov
2024-10-04 19:40:34 +03:00
committed by GitHub
parent bd8a5f3efd
commit f0f397e769

View File

@@ -22,7 +22,7 @@ module lab_10_tb_irq();
string str;
interrupt_controller dut(.*);
interrupt_controller DUT(.*);
int err_count;
always #5 clk_i <= ~clk_i;