mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 09:40:10 +00:00
ЛР10. Переименование DUT в тб
This commit is contained in:
committed by
GitHub
parent
bd8a5f3efd
commit
f0f397e769
@@ -22,7 +22,7 @@ module lab_10_tb_irq();
|
|||||||
|
|
||||||
string str;
|
string str;
|
||||||
|
|
||||||
interrupt_controller dut(.*);
|
interrupt_controller DUT(.*);
|
||||||
int err_count;
|
int err_count;
|
||||||
|
|
||||||
always #5 clk_i <= ~clk_i;
|
always #5 clk_i <= ~clk_i;
|
||||||
|
Reference in New Issue
Block a user