Skip to content

Commit

Permalink
Include line_number
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <rrozak@antmicro.com>
  • Loading branch information
RRozak committed Jan 20, 2025
1 parent fda3028 commit dc88a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VlcTop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void VlcTop::writeInfo(const string& filename) {
std::string typeStr = cmt.substr(0, cmt.find("_"));
os << typeStr << "_" << point_num;
} else {
os << cmt;
os << cmt << "_" << sc.lineno();
}
os << ",";
os << point->count() << "\n";
Expand Down

0 comments on commit dc88a00

Please sign in to comment.