Skip to content

Commit

Permalink
tb: Fix finish location
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Oct 10, 2023
1 parent 858be59 commit d274706
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tb/carfield_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ module tb_carfield_soc;
$fatal(1, "Unsupported boot mode %d (reserved)!", pulpd_boot_mode);
end
endcase

$finish;
end

// Fast preload of hyperram
Expand Down Expand Up @@ -366,8 +368,8 @@ module tb_carfield_soc;
if (pulpd_exit_code) $error("[SLINK PULP] FAILED: return code %0d", pulpd_exit_code);
else $display("[SLINK PULP] SUCCESS");

$finish;
end
$finish;
end

// spatz cluster standalone
Expand Down Expand Up @@ -449,6 +451,7 @@ module tb_carfield_soc;
$fatal(1, "Unsupported boot mode %d (reserved)!", spatzd_boot_mode);
end
endcase

$finish;
end
end
Expand Down

0 comments on commit d274706

Please sign in to comment.