Skip to content

Commit

Permalink
[nix] increase vcs timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Sep 3, 2024
1 parent cdb9f61 commit ae8112b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/t1/run-vcs-emulation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stdenvNoCC.mkDerivation (finalAttr: {
emuDriverArgsArray=(
"+t1_elf_file=${testCase}/bin/${testCase.pname}.elf"
"+t1_timeout=100000000"
${lib.optionalString emulator.enable-trace "+t1_wave_path=${testCase.pname}.fsdb"}
)
emuDriverArgs="''${emuDriverArgsArray[@]}"
Expand Down
1 change: 1 addition & 0 deletions t1rocketemu/nix/run-vcs-emulation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stdenvNoCC.mkDerivation (finalAttr: {
emuDriverArgsArray=(
"+t1_elf_file=${testCase}/bin/${testCase.pname}.elf"
"+t1_timeout=100000000"
${lib.optionalString emulator.enable-trace "+t1_wave_path=${testCase.pname}.fsdb"}
)
emuDriverArgs="''${emuDriverArgsArray[@]}"
Expand Down

0 comments on commit ae8112b

Please sign in to comment.