mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Small edits
This commit is contained in:
parent
426a9320d9
commit
8ee8e91ab8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue