mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-25 06:59:33 +00:00
opensta, sdc_expand: mark as experimental
This commit is contained in:
parent
85d2702ef6
commit
1edc32dcd0
2 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ struct OpenstaPass : public Pass
|
|||
bool cleanup = design->scratchpad_get_bool("opensta.cleanup", true);
|
||||
|
||||
log_header(design, "Executing OPENSTA pass.\n");
|
||||
log_experimental("opensta");
|
||||
log_push();
|
||||
|
||||
size_t argidx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue