summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-11-11 23:10:36 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-11-11 23:11:40 +0100
commit2bee6353378a52fcd8e4460700d30705f61f995d (patch)
tree5b401e8efb2b91a4c5c5803655a91e75cffca152
parent39e9e88d6c59c07e2d8449037ea62c7cf8340aaa (diff)
Compatible with newer opensta version
Gbp-Pq: Name 0007-Compatible-with-newer-opensta-version.patch
-rwxr-xr-xscripts/opensta.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/opensta.sh b/scripts/opensta.sh
index 180f165..aef9c50 100755
--- a/scripts/opensta.sh
+++ b/scripts/opensta.sh
@@ -274,9 +274,9 @@ if ($dodelays == 1) then
else
echo "Running OpenSTA static timing analysis" |& tee -a ${synthlog}
endif
-echo "sta ${opensta_options} -f ${rootname}.conf" |& tee -a ${synthlog}
+echo "sta ${opensta_options} ${rootname}.conf" |& tee -a ${synthlog}
echo ""
-${bindir}/sta ${opensta_options} -f ${rootname}.conf |& tee -a ${synthlog}
+${bindir}/sta ${opensta_options} ${rootname}.conf |& tee -a ${synthlog}
echo ""
#------------------------------------------------------------