Small edits

This commit is contained in:
Akash Levy 2024-08-21 21:40:59 -07:00
parent 426a9320d9
commit 8ee8e91ab8
1 changed files with 3 additions and 0 deletions

View File

@ -344,6 +344,9 @@ struct MuxpackPass : public Pass {
log(" -ignore_excl\n");
log(" ignore mutually exclusive constraint when packing (less conservative)\n");
log("\n");
log(" -fanout_split\n");
log(" fanout is already split (via splitfanout), skip non-chain user check\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{