Skip to content

Commit

Permalink
[nix] reduce verilator optimize level to -O1
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Jul 16, 2024
1 parent ac14651 commit 45acced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/t1/verilated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation {
${lib.optionalString enable-trace "--trace-fst"} \
--timing \
--threads 8 \
-O3 \
-O1 \
--cc TestBench
echo "[nix] building verilated C lib"
Expand Down

0 comments on commit 45acced

Please sign in to comment.