mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-28 06:57:57 +00:00
4 lines
127 B
Text
4 lines
127 B
Text
read_verilog lcov.v
|
|
prep -top top
|
|
linecoverage -lcov lcov.out o:\out1 %ci*
|
|
exec -expect-return 0 -- diff -q lcov.out lcov.gold
|