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:
parent
d5e1647d11
commit
c3f36afe7f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue