mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 01:30:10 +00:00
ЛР8. Исправление опечатки в тб
This commit is contained in:
committed by
GitHub
parent
84794a5d87
commit
ea36f923bd
@@ -64,7 +64,7 @@ initial begin
|
|||||||
$display("Simulation finished. Number of errors: %d", err_count);
|
$display("Simulation finished. Number of errors: %d", err_count);
|
||||||
$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