mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 17:30:24 +00:00
Drop experimental label off synth -hieropt
This commit is contained in:
parent
62067cd6cb
commit
415b7d3f65
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct SynthPass : public ScriptPass {
|
||||||
log(" -hieropt\n");
|
log(" -hieropt\n");
|
||||||
log(" enable hierarchical optimization. this option is useful when `-flatten'\n");
|
log(" enable hierarchical optimization. this option is useful when `-flatten'\n");
|
||||||
log(" is not used, or when selected modules are marked with 'keep_hierarchy'\n.");
|
log(" is not used, or when selected modules are marked with 'keep_hierarchy'\n.");
|
||||||
log(" to prevent their dissolution (EXPERIMENTAL).\n");
|
log(" to prevent their dissolution.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -encfile <file>\n");
|
log(" -encfile <file>\n");
|
||||||
log(" passed to 'fsm_recode' via 'fsm'\n");
|
log(" passed to 'fsm_recode' via 'fsm'\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue