Skip to content

Commit

Permalink
[nix] add demo about hierarchy of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed Dec 5, 2024
1 parent 23bcbe5 commit 67152cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/t1/conversion/sv-to-vcs-simulator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
"line+cond+fsm+tgl+branch+assert"
"-cm_dir"
"./cm"
"-assert"
"enable_hier"
]
++ lib.optionals enableTrace [
"+define+T1_ENABLE_TRACE"
Expand Down
1 change: 1 addition & 0 deletions tests/coverage/mlir/hello.hier
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+assert TestBench.dut.verification_cover.t1_cover_issue_vaadd_vv

0 comments on commit 67152cb

Please sign in to comment.