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

This commit is contained in:
Andrei Solodovnikov
2024-09-11 19:57:40 +03:00
committed by GitHub
parent 5ff39a8a46
commit 84794a5d87

View File

@@ -29,7 +29,7 @@ module lab_07_tb_processor_system();
$display("\n The test is over \n See the internal signals of the module on the waveform \n");
$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