Skip to content

Commit 415b7d3

Browse files
committed
Drop experimental label off synth -hieropt
1 parent 62067cd commit 415b7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techlibs/common/synth.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct SynthPass : public ScriptPass {
5050
log(" -hieropt\n");
5151
log(" enable hierarchical optimization. this option is useful when `-flatten'\n");
5252
log(" is not used, or when selected modules are marked with 'keep_hierarchy'\n.");
53-
log(" to prevent their dissolution (EXPERIMENTAL).\n");
53+
log(" to prevent their dissolution.\n");
5454
log("\n");
5555
log(" -encfile <file>\n");
5656
log(" passed to 'fsm_recode' via 'fsm'\n");

0 commit comments

Comments
 (0)