Skip to content

Commit

Permalink
[nix] fix non-trace build
Browse files Browse the repository at this point in the history
  • Loading branch information
Avimitin committed Jul 29, 2024
1 parent bb718d6 commit 0cc45ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/t1/vcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ stdenv.mkDerivation {
-sverilog \
-full64 \
-timescale=1ns/1ps \
-P $VERDI_HOME/share/PLI/VCS/LINUX64/novas.tab $VERDI_HOME/share/PLI/VCS/LINUX64/pli.a \
${lib.optionalString vcs-dpi-lib.enable-trace ''
-P $VERDI_HOME/share/PLI/VCS/LINUX64/novas.tab $VERDI_HOME/share/PLI/VCS/LINUX64/pli.a \
-debug_access+pp+dmptf+thread \
-kdb=common_elab,hgldd_all''} \
-file filelist.f \
Expand Down

0 comments on commit 0cc45ae

Please sign in to comment.