ЛР11. Удлинение ресета

This commit is contained in:
Andrei Solodovnikov
2024-04-28 22:04:35 +03:00
committed by GitHub
parent 020eb9192e
commit 40990d0c43

View File

@@ -32,7 +32,7 @@ module tb_irq_unit();
$display( "\nStart test: \n\n==========================\nCLICK THE BUTTON 'Run All'\n==========================\n"); $stop();
unit.irq_req = 0;
rst = 1;
#20;
#40;
rst = 0;
repeat(20)@(posedge clk);
unit.irq_req = 1;