Skip to content

Commit

Permalink
[cover] add line+cond+fsm+tgl+branch+assert into cover report
Browse files Browse the repository at this point in the history
Signed-off-by: Clo91eaf <[email protected]>
  • Loading branch information
Clo91eaf committed Jan 16, 2025
1 parent 41529ec commit 2b3e595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/t1/run/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ let
cp -vr $emuOutput $out
chmod -R u+w $out
${vcs-emu.snps-fhs-env}/bin/snps-fhs-env -c "urg -dir $emuOutput/*/cm.vdb -format text -metric line+tgl+assert -show summary"
${vcs-emu.snps-fhs-env}/bin/snps-fhs-env -c "urg -dir $emuOutput/*/cm.vdb -format text -metric line+cond+fsm+tgl+branch+assert -show summary"
cp -vr urgReport $out/
'';
in
Expand Down
2 changes: 1 addition & 1 deletion nix/t1/run/run-vcs-emu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation (rec {
name = "${testCase.pname}-vcs-result" + (lib.optionalString emulator.enableTrace "-trace");
nativeBuildInputs = [ zstd jq python3 ];
__noChroot = true;
coverType = "line+tgl+assert";
coverType = "line+cond+fsm+tgl+branch+assert";

passthru = {
caseName = testCase.pname;
Expand Down

0 comments on commit 2b3e595

Please sign in to comment.