mirror of https://github.com/YosysHQ/yosys.git
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
|
|
read_verilog lcov.v
|
||
|
|
prep -top top
|
||
|
|
linecoverage -lcov lcov.out o:\out1 %ci*
|
||
|
|
exec -expect-return 0 -- diff -q lcov.out lcov.gold
|