Skip to content

Commit

Permalink
[nix] add vcs global_finish_maxfail=10000
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei authored and sequencer committed Nov 5, 2024
1 parent 1fa8400 commit dc7fd25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/t1/run/run-vcs-emu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stdenvNoCC.mkDerivation (finalAttr: {
"+t1_elf_file=${testCase}/bin/${testCase.pname}.elf"
${lib.optionalString emulator.enableTrace "+t1_wave_path=${testCase.pname}.fsdb"}
"-cm assert"
"-assert global_finish_maxfail=10000"
)
emuDriverArgs="''${emuDriverArgsArray[@]}"
emuDriver="${emulator}/bin/${emulator.mainProgram}"
Expand Down

0 comments on commit dc7fd25

Please sign in to comment.