Skip to content

Commit

Permalink
keep_hierarchy: clarify use case
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Jul 8, 2024
1 parent f04137d commit 7bb763b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion passes/hierarchy/keep_hierarchy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ struct KeepHierarchyPass : public Pass {
log("\n");
log(" -min_cost <min_cost>\n");
log(" only add the attribute to modules estimated to have more\n");
log(" than <min_cost> gates\n");
log(" than <min_cost> gates after simple techmapping. Intended\n");
log(" for tuning trade-offs between quality and yosys runtime.\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{
Expand Down

0 comments on commit 7bb763b

Please sign in to comment.