Skip to content

Commit

Permalink
[nix] set enableCover to default for run-vcs-emu-trace, remove -trace…
Browse files Browse the repository at this point in the history
…-cover option
  • Loading branch information
Clo91eaf committed Oct 4, 2024
1 parent 9f5bd85 commit 36d33c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nix/t1/t1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ lib.mapAttrs
mainProgram = "t1-vcs-trace-simulator";
rtl = ipScope.emu-rtl;
enableTrace = true;
vcsLinkLibs = [ "${ipScope.vcs-dpi-lib-trace}/lib/libdpi_t1.a" ];
};
vcs-emu-trace-cover = t1Scope.sv-to-vcs-simulator {
mainProgram = "t1-vcs-trace-cover-simulator";
rtl = ipScope.emu-rtl;
enableTrace = true;
enableCover = true;
vcsLinkLibs = [ "${ipScope.vcs-dpi-lib-trace}/lib/libdpi_t1.a" ];
};
Expand Down

0 comments on commit 36d33c4

Please sign in to comment.