Skip to content

Commit

Permalink
fixup! [nix & verbatim] use PRINTF_FD to write rtl-event.jsonl
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei committed Dec 10, 2024
1 parent c8a1805 commit 5e4816a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/t1/run/run-vcs-emu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ stdenvNoCC.mkDerivation (rec {
profile = writeShellScriptBin "runSimProfile" ''
${emuDriver} \
${lib.escapeShellArgs emuDriverArgs} \
-simprofile time \
2> ${testCase.pname}-rtl-event.jsonl
-simprofile time
'';
};

Expand Down

0 comments on commit 5e4816a

Please sign in to comment.