3
0
Fork 0
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:
Emil J. Tywoniak 2025-11-14 13:44:12 +01:00
parent 9a5465bc83
commit a5b6c3cc19
2 changed files with 9 additions and 5 deletions

View file

@ -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();