mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР4. Обновление сообщения в тб
This commit is contained in:
committed by
Andrei Solodovnikov
parent
724067cb9b
commit
0e6269a99f
@@ -37,7 +37,7 @@ module tb_CYBERcobra();
|
||||
always #5 clk = ~clk;
|
||||
|
||||
initial begin
|
||||
$display( "\nStart test: \n\n==========================\nCLICK THE BUTTON 'Run All'\n==========================\n"); $stop();
|
||||
$display( "\nStart test: \n\n===============================================\nAdd CYBERcobra signals to the waveform and then\nCLICK THE BUTTON 'Run All'\n===============================================\n"); $stop();
|
||||
rstn = 1'b1;
|
||||
#10;
|
||||
rstn = 1'b0;
|
||||
|
Reference in New Issue
Block a user