mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-03 16:48:07 +00:00
update test to use suggested selection for assertions
This commit is contained in:
parent
ef3f541501
commit
8a4f465143
3 changed files with 12 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
read_verilog lcov.v
|
||||
read_verilog -formal lcov.v
|
||||
prep -top top
|
||||
linecoverage -lcov lcov.out o:\out1 %ci*
|
||||
async2sync
|
||||
chformal -lower
|
||||
select -set covered t:$assert %ci*
|
||||
select -set irrelevant o:* %ci* %n
|
||||
linecoverage -lcov lcov.out @covered @irrelevant %u
|
||||
exec -expect-return 0 -- diff -q lcov.out lcov.gold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue