This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
verilator
mirror of
https://github.com/verilator/verilator.git
Watch
1
Star
0
Fork
You've already forked verilator
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
afb8428db4
verilator
/
test_regress
/
t
/
t_vlcov_info.info.out
5 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support verilator_coverage --write-info for lcov HTML reports.
2020-05-16 15:18:35 +02:00
TN:verilator_coverage
SF:file1.sp
Fix toggle coverage aggregation on same line (#5248) Documentation states that minimum of all reported coverage of all signals in a line should be taken. Previous logic would break if there were any signals with zero coverage followed by signals with nonzero coverage - a minimum from those nonzero toggle count would be taken, disregarding zero coverage of previous signals. Internal-tag: [#62193] Signed-off-by: Krzysztof Obłonczek <koblonczek@antmicro.com>
2024-07-14 23:05:58 +02:00
DA:159,0
Support verilator_coverage --write-info for lcov HTML reports.
2020-05-16 15:18:35 +02:00
end_of_record