Skip to content

Commit

Permalink
[rocketemu] use 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
PorterLu committed Aug 13, 2024
1 parent 9edb143 commit c9dbabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocketemu/nix/verilated-csrc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ stdenv.mkDerivation {
-I"$rocketChipVSrc" \
${lib.optionalString enable-trace "--trace-fst"} \
--timing \
--threads 8 \
--threads-max-mtasks 8000 \
--threads 4 \
--threads-max-mtasks 4000 \
-O1 \
-Wno-WIDTHEXPAND \
-Wno-LATCH \
Expand Down

0 comments on commit c9dbabd

Please sign in to comment.