Skip to content

Commit

Permalink
[nix] copy perf.json to output
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei authored and Avimitin committed Sep 4, 2024
1 parent 6f484a7 commit c1d12cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/t1/run/run-verilator-emu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ stdenvNoCC.mkDerivation (finalAttr: {
zstd $rtlEventOutPath -o $rtlEventOutPath.zstd
rm $rtlEventOutPath
if [ -r perf.txt ]; then
mv perf.txt $out/
if [ -r perf.json ]; then
mv perf.json $out/
fi
${lib.optionalString emulator.enableTrace ''
Expand Down

0 comments on commit c1d12cf

Please sign in to comment.