Skip to content

Commit

Permalink
Enable parallel building of simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 authored and HU90m committed Apr 2, 2024
1 parent 7337456 commit 8fc1808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
HOME=$TMPDIR fusesoc --cores-root=. run \
--target=sim --tool=verilator --setup \
--build lowrisc:sonata:system \
--verilator_options='+define+RVFI'
--verilator_options="+define+RVFI -j $NIX_BUILD_CORES" \
--make_options="-j $NIX_BUILD_CORES"
'';
installPhase = ''
mkdir -p $out/bin/
Expand Down

0 comments on commit 8fc1808

Please sign in to comment.