Skip to content

Commit

Permalink
[nix] specify coverpoint file during vcs-emu-cover flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Dec 16, 2024
1 parent 58ff5a7 commit 8d2cea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/t1/run/run-vcs-emu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ stdenvNoCC.mkDerivation (rec {
++ lib.optionals emulator.enableCover [
"-cm"
"assert"
"-assert"
"hier=${testCase}/${testCase.pname}.cover"
]
++ lib.optionals emulator.enableTrace [
"+t1_wave_path=${testCase.pname}.fsdb"
Expand Down

0 comments on commit 8d2cea2

Please sign in to comment.