ЛР8. Исправление опечатки в тб

This commit is contained in:
Andrei Solodovnikov
2024-09-11 19:58:01 +03:00
committed by GitHub
parent 84794a5d87
commit ea36f923bd

View File

@@ -64,7 +64,7 @@ initial begin
$display("Simulation finished. Number of errors: %d", err_count);
$finish();
#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();
end