Skip to content

Commit

Permalink
Don't skip genblocks when generating coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gorochowik <[email protected]>
  • Loading branch information
tgorochowik committed Jan 20, 2025
1 parent 9235f15 commit c05d552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/V3Coverage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ class CoverageVisitor final : public VNVisitor {
// covers the code in that line.)
VL_RESTORER(m_beginHier);
VL_RESTORER(m_inToggleOff);
m_inToggleOff = true;
if (nodep->name() != "") {
m_beginHier = m_beginHier + (m_beginHier != "" ? "." : "") + nodep->name();
}
Expand Down

0 comments on commit c05d552

Please sign in to comment.