Skip to content

Commit

Permalink
[nix] fix verilator-emu-rtl-verilated build
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei committed Aug 22, 2024
1 parent abb182d commit 6e70872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/t1/verilated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ stdenv.mkDerivation {
echo "[nix] running verilator"
verilator \
${lib.optionalString enable-trace "--trace-fst"} \
--cc \
--timing \
--threads 8 \
-O1 \
-F filelist.f \
--cc TestBench
--top TestBench
echo "[nix] building verilated C lib"
Expand Down

0 comments on commit 6e70872

Please sign in to comment.