3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-23 02:24:03 +00:00

opt_balance_tree: mark experimental

This commit is contained in:
Emil J. Tywoniak 2026-01-19 12:01:25 +01:00
parent d5e1647d11
commit c3f36afe7f

View file

@ -340,6 +340,7 @@ struct OptBalanceTreePass : public Pass {
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override {
log_header(design, "Executing OPT_BALANCE_TREE pass (cell cascades to trees).\n");
log_experimental("open_balance_tree");
// Handle arguments
size_t argidx;