mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР11. Удлинение ресета
This commit is contained in:
committed by
GitHub
parent
020eb9192e
commit
40990d0c43
@@ -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;
|
||||
|
Reference in New Issue
Block a user