mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-26 21:16:03 +00:00
add linecoverage command to generate lcov report from selection
This commit is contained in:
parent
513f0f16dd
commit
ef3f541501
5 changed files with 251 additions and 0 deletions
4
tests/various/lcov.ys
Normal file
4
tests/various/lcov.ys
Normal file
|
@ -0,0 +1,4 @@
|
|||
read_verilog lcov.v
|
||||
prep -top top
|
||||
linecoverage -lcov lcov.out o:\out1 %ci*
|
||||
exec -expect-return 0 -- diff -q lcov.out lcov.gold
|
Loading…
Add table
Add a link
Reference in a new issue