summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-23 09:40:08 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-14 10:00:09 +0200
commit91dcacc562e14213969befd3ad4c64db7e409017 (patch)
tree70406f3974ae496b64cec39eb6860bb4147bc7a2
parent46507920ca4a16145de8eb2b94479e17e9c142d1 (diff)
qflow doesn't work with versions of yosys
with a "+" in the version string. This patch fixes this. Gbp-Pq: Name yosys_version_number_minor.patch
-rwxr-xr-xscripts/synthesize.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/synthesize.sh b/scripts/synthesize.sh
index 4461780..a4d03e1 100755
--- a/scripts/synthesize.sh
+++ b/scripts/synthesize.sh
@@ -126,6 +126,7 @@ else
set subrevision = ${minortest}
endif
+set minor = `echo ${minor} | sed 's/+//'`
# Check if "yosys_options" specifies a script to use for yosys.