We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f17822 commit ab03d33Copy full SHA for ab03d33
techlibs/common/opensta.cc
@@ -35,7 +35,7 @@ struct OpenstaPass : public Pass
35
void execute(std::vector<std::string> args, RTLIL::Design *design) override
36
{
37
string run_from, run_to;
38
- string opensta_exe = "sta";
+ string opensta_exe = design->scratchpad_get_string("opensta.exe", "sta");
39
string sdc_filename, sdc_expanded_filename;
40
string tempdir_name, script_filename;
41
string verilog_filename, liberty_filename;
0 commit comments