From ab03d331c4d7a92ffc73fa5750e964a2c0d4c341 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Fri, 14 Nov 2025 13:35:51 +0100 Subject: [PATCH] opensta: opensta.exe scratchpad variable --- techlibs/common/opensta.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/common/opensta.cc b/techlibs/common/opensta.cc index 7f2b15243..fbdf27304 100644 --- a/techlibs/common/opensta.cc +++ b/techlibs/common/opensta.cc @@ -35,7 +35,7 @@ struct OpenstaPass : public Pass void execute(std::vector 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;