Skip to content

Commit

Permalink
Add TODO for missing help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Oct 8, 2024
1 parent c160442 commit f079772
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/functional/cxx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ struct FunctionalCxxBackend : public Backend
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log("TODO: add help message\n");
log("\n");
}

void printCxx(std::ostream &stream, std::string, Module *module)
Expand Down
2 changes: 2 additions & 0 deletions backends/functional/test_generic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ struct FunctionalTestGeneric : public Pass
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log("TODO: add help message\n");
log("\n");
}

void execute(std::vector<std::string> args, RTLIL::Design *design) override
Expand Down
2 changes: 2 additions & 0 deletions passes/cmds/example_dt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ struct ExampleDtPass : public Pass
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log("TODO: add help message\n");
log("\n");
}


Expand Down

0 comments on commit f079772

Please sign in to comment.