ЛР1: Добавление потерянной точки с запятой

This commit is contained in:
Sergey Chusov
2024-09-10 11:45:39 +03:00
committed by GitHub
parent 7b58389d55
commit d01bbbd427
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ module lab_01_tb_fulladder();
$display("\nTest has been finished. Check results at waveform window.\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

View File

@@ -37,7 +37,7 @@ module lab_01_tb_fulladder32();
$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

View File

@@ -39,7 +39,7 @@ module lab_01_tb_fulladder4();
$display("\nTest has been finished Check results at waveform window.\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