Skip to content

Commit ab03d33

Browse files
committed
opensta: opensta.exe scratchpad variable
1 parent 8f17822 commit ab03d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techlibs/common/opensta.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct OpenstaPass : public Pass
3535
void execute(std::vector<std::string> args, RTLIL::Design *design) override
3636
{
3737
string run_from, run_to;
38-
string opensta_exe = "sta";
38+
string opensta_exe = design->scratchpad_get_string("opensta.exe", "sta");
3939
string sdc_filename, sdc_expanded_filename;
4040
string tempdir_name, script_filename;
4141
string verilog_filename, liberty_filename;

0 commit comments

Comments
 (0)