Skip to content

Commit

Permalink
ЛР1: Добавление потерянной точки с запятой
Browse files Browse the repository at this point in the history
  • Loading branch information
serge0699 authored Sep 10, 2024
1 parent 7b58389 commit d01bbbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Labs/01. Adder/lab_01.tb_fulladder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Labs/01. Adder/lab_01.tb_fulladder32.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Labs/01. Adder/lab_01.tb_fulladder4.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d01bbbd

Please sign in to comment.