summarylogtreecommitdiffstats
path: root/wrappers.patch
diff options
context:
space:
mode:
authorXiretza2021-02-09 01:13:07 +0100
committerXiretza2021-02-09 01:13:07 +0100
commitdd43c9ac1dbed0ead88a58fc16a5b22cffe1f5a4 (patch)
tree5ec7a9cf545c75b642210466554913207eb593a8 /wrappers.patch
parent1fe7112846674087fec0c335bbd6d920c108d67a (diff)
downloadaur-dd43c9ac1dbed0ead88a58fc16a5b22cffe1f5a4.tar.gz
Update to build 142
Diffstat (limited to 'wrappers.patch')
-rw-r--r--wrappers.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/wrappers.patch b/wrappers.patch
index 6fa6c6d1f567..67f624f721be 100644
--- a/wrappers.patch
+++ b/wrappers.patch
@@ -297,7 +297,7 @@ index e9c3910e..302991ee 100755
+python3 "${SPLIT_INOUTS}" -i "${OUT_JSON}" -o "${SYNTH_JSON}"
+yosys -p "read_json ${SYNTH_JSON}; tcl ${CONV_TCL_PATH}"
diff --git a/symbiflow_write_bitstream b/symbiflow_write_bitstream
-index ea220e13..f97278ac 100755
+index f3ee2e1b..ca970eaf 100755
--- a/symbiflow_write_bitstream
+++ b/symbiflow_write_bitstream
@@ -1,22 +1,23 @@
@@ -333,7 +333,7 @@ index ea220e13..f97278ac 100755
DEVICE=""
FASM=""
-@@ -44,32 +45,37 @@ while true; do
+@@ -44,33 +45,37 @@ while true; do
--)
break
;;
@@ -346,7 +346,6 @@ index ea220e13..f97278ac 100755
done
-DATABASE_DIR=${DATABASE_DIR:=$(prjxray-config)}
--DBROOT=`realpath ${DATABASE_DIR}/${DEVICE}`
-
-if [ -z $DEVICE ]; then
- # Try to find device name. Accept only when exactly one is found
@@ -361,6 +360,9 @@ index ea220e13..f97278ac 100755
+ DEVICE=$(find_device_from_part "${PART}")
fi
+-DBROOT=`realpath ${DATABASE_DIR}/${DEVICE}`
++DBROOT=$(realpath "${DATABASE_DIR}/${DEVICE}")
+
-if [ -z $FASM ]; then
+if [[ -z ${FASM} ]]; then
echo "Please provide fasm file name"
@@ -374,8 +376,6 @@ index ea220e13..f97278ac 100755
fi
-xcfasm --db-root ${DBROOT} --part ${PART} --part_file ${DBROOT}/${PART}/part.yaml --sparse --emit_pudc_b_pullup --fn_in ${FASM} --bit_out ${BIT} ${FRM2BIT}
-+DBROOT=$(realpath "${DATABASE_DIR}/${DEVICE}")
-+
+xcfasm \
+ --db-root "${DBROOT}" \
+ --part "${PART}" \