Skip to content

Commit 3128b3e

Browse files
author
Alessandro Nadalini
committed
Added missing semicolumn
1 parent be2bcd4 commit 3128b3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

target/sim/src/mesh/magia_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module magia_tb;
4949
if(exit_code != 0)
5050
$fatal(1, "SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code);
5151
else begin
52-
$display("SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code)
52+
$display("SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code);
5353
$finish(0);
5454
end
5555

target/sim/src/tile/magia_tile_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module magia_tile_tb;
4949
if(exit_code != 0)
5050
$fatal(1, "SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code);
5151
else begin
52-
$display("SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code)
52+
$display("SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code);
5353
$finish(0);
5454
end
5555

0 commit comments

Comments
 (0)