Update lab_02.tb_alu.sv

This commit is contained in:
Andrei Solodovnikov
2024-09-09 13:39:18 +03:00
committed by GitHub
parent e9665941f9
commit 8396bb51ab

View File

@@ -64,7 +64,7 @@ initial
$display("\nTest has been finished\nNumber of errors: %d\n", err_cnt);
$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