Skip to content

Commit

Permalink
Move coverage comment to the next field
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
  • Loading branch information
tgorochowik committed Dec 31, 2024
1 parent 65b0646 commit 44ea745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VlcTop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ void VlcTop::writeInfo(const string& filename) {
int point_num = 0;
for (const auto& point : sc.points()) {
os << "BRDA:" << sc.lineno() << ",";
os << point->comment() << ",";
os << "0,";
os << point->comment() << "_";
os << point_num << ",";
os << point->count() << "\n";

Expand Down

0 comments on commit 44ea745

Please sign in to comment.