mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-23 06:01:27 +00:00
opensta: opensta.exe scratchpad variable
This commit is contained in:
parent
5acb77cab1
commit
6846168db3
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
|
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
||||||
{
|
{
|
||||||
string run_from, run_to;
|
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 sdc_filename, sdc_expanded_filename;
|
||||||
string tempdir_name, script_filename;
|
string tempdir_name, script_filename;
|
||||||
string verilog_filename, liberty_filename;
|
string verilog_filename, liberty_filename;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue