3
0
Fork 0
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:
N. Engelhardt 2025-06-26 13:21:53 +02:00
parent 513f0f16dd
commit ef3f541501
5 changed files with 251 additions and 0 deletions

4
tests/various/lcov.ys Normal file
View 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