Skip to content

Commit

Permalink
ЛР11. Удлинение ресета
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 committed Apr 28, 2024
1 parent 020eb91 commit 40990d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/11. Interrupt integration/tb_irq_unit.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 40990d0

Please sign in to comment.