mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-21 13:16:41 +00:00
opensta: opensta.exe scratchpad variable
This commit is contained in:
parent
8f178222c7
commit
ab03d331c4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ struct OpenstaPass : public Pass
|
|||
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
||||
{
|
||||
string run_from, run_to;
|
||||
string opensta_exe = "sta";
|
||||
string opensta_exe = design->scratchpad_get_string("opensta.exe", "sta");
|
||||
string sdc_filename, sdc_expanded_filename;
|
||||
string tempdir_name, script_filename;
|
||||
string verilog_filename, liberty_filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue