mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР1: Добавление потерянной точки с запятой
This commit is contained in:
@@ -39,7 +39,7 @@ module lab_01_tb_fulladder();
|
|||||||
$display("\nTest has been finished. Check results at waveform window.\n");
|
$display("\nTest has been finished. Check results at waveform window.\n");
|
||||||
$finish();
|
$finish();
|
||||||
#5;
|
#5;
|
||||||
$display("You're trying to run simulation that has finished. Aborting simulation.")
|
$display("You're trying to run simulation that has finished. Aborting simulation.");
|
||||||
$fatal();
|
$fatal();
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ module lab_01_tb_fulladder32();
|
|||||||
$display("\nTest has been finished\nNumber of errors: %d\n", err_cnt);
|
$display("\nTest has been finished\nNumber of errors: %d\n", err_cnt);
|
||||||
$finish();
|
$finish();
|
||||||
#5;
|
#5;
|
||||||
$display("You're trying to run simulation that has finished. Aborting simulation.")
|
$display("You're trying to run simulation that has finished. Aborting simulation.");
|
||||||
$fatal();
|
$fatal();
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@@ -39,7 +39,7 @@ module lab_01_tb_fulladder4();
|
|||||||
$display("\nTest has been finished Check results at waveform window.\n");
|
$display("\nTest has been finished Check results at waveform window.\n");
|
||||||
$finish();
|
$finish();
|
||||||
#5;
|
#5;
|
||||||
$display("You're trying to run simulation that has finished. Aborting simulation.")
|
$display("You're trying to run simulation that has finished. Aborting simulation.");
|
||||||
$fatal();
|
$fatal();
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user