mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-15 05:15:45 +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 {
|
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_header(design, "Executing OPT_BALANCE_TREE pass (cell cascades to trees).\n");
|
||||||
|
log_experimental("open_balance_tree");
|
||||||
|
|
||||||
// Handle arguments
|
// Handle arguments
|
||||||
size_t argidx;
|
size_t argidx;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue