Skip to content

Commit

Permalink
Merge pull request #4582 from YosysHQ/emil/internal_stats-help-string
Browse files Browse the repository at this point in the history
internal_stats: fix doc build by adding a help string
  • Loading branch information
povik authored Sep 5, 2024
2 parents 7e65b83 + 14b9155 commit 3b8f3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passes/cmds/internal_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ std::optional<uint64_t> current_mem_bytes() {
}

struct InternalStatsPass : public Pass {
InternalStatsPass() : Pass("internal_stats", "print some internal statistics") { }
InternalStatsPass() : Pass("internal_stats", "print internal statistics") { }
void help() override
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n"); // TODO
log("Print internal statistics for developers (experimental)\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{
Expand Down

0 comments on commit 3b8f3c2

Please sign in to comment.