From 415b7d3f6510a492371fd9a171259db665949a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Thu, 17 Jul 2025 12:02:44 +0200 Subject: [PATCH] Drop experimental label off `synth -hieropt` --- techlibs/common/synth.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc index e3a82ba48..8b4561c34 100644 --- a/techlibs/common/synth.cc +++ b/techlibs/common/synth.cc @@ -50,7 +50,7 @@ struct SynthPass : public ScriptPass { log(" -hieropt\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(" to prevent their dissolution (EXPERIMENTAL).\n"); + log(" to prevent their dissolution.\n"); log("\n"); log(" -encfile \n"); log(" passed to 'fsm_recode' via 'fsm'\n");