3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Small edits

This commit is contained in:
Akash Levy 2024-08-21 21:40:59 -07:00
parent 426a9320d9
commit 8ee8e91ab8

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
{