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

This commit is contained in:
Andrei Solodovnikov
2024-09-11 19:56:21 +03:00
committed by GitHub
parent 4fab0e9814
commit 829555690b

View File

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