mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-24 22:51:34 +00:00
opensta, sdc_expand: more scratchpad
This commit is contained in:
parent
9a5465bc83
commit
a5b6c3cc19
2 changed files with 9 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ struct OpenstaPass : public Pass
|
|||
string sdc_filename, sdc_expanded_filename;
|
||||
string tempdir_name, script_filename;
|
||||
string verilog_filename, liberty_filename;
|
||||
bool cleanup = true;
|
||||
bool cleanup = design->scratchpad_get_bool("opensta.cleanup", true);
|
||||
|
||||
log_header(design, "Executing OPENSTA pass.\n");
|
||||
log_push();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue