We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2bcd4 commit 3128b3eCopy full SHA for 3128b3e
target/sim/src/mesh/magia_tb.sv
@@ -49,7 +49,7 @@ module magia_tb;
49
if(exit_code != 0)
50
$fatal(1, "SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code);
51
else begin
52
- $display("SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code)
+ $display("SIMULATION FINISHED WITH EXIT CODE: %0h\n", exit_code);
53
$finish(0);
54
end
55
target/sim/src/tile/magia_tile_tb.sv
@@ -49,7 +49,7 @@ module magia_tile_tb;
0 commit comments