summarylogtreecommitdiffstats
path: root/synth.tcl.patch
diff options
context:
space:
mode:
authorXiretza2021-01-25 12:15:57 +0100
committerXiretza2021-01-25 14:01:18 +0100
commit6e6ef95e50cc052f1c1a572bd72c4bc2e3aafcaa (patch)
tree04ed77a97a579673df8b10b008472494bb6b0c04 /synth.tcl.patch
parent4d5687c170fb5d0b8ec88f20bcbb72dfa18fa8d8 (diff)
downloadaur-6e6ef95e50cc052f1c1a572bd72c4bc2e3aafcaa.tar.gz
Apply more patches
Diffstat (limited to 'synth.tcl.patch')
-rw-r--r--synth.tcl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/synth.tcl.patch b/synth.tcl.patch
new file mode 100644
index 000000000000..810fe7b8a93a
--- /dev/null
+++ b/synth.tcl.patch
@@ -0,0 +1,13 @@
+diff --git a/synth.tcl b/synth.tcl
+index d5ab0d77..1a73aa66 100644
+--- a/synth.tcl
++++ b/synth.tcl
+@@ -134,7 +134,7 @@ read_verilog -specify -lib $::env(TECHMAP_PATH)/cells_sim.v
+
+ techmap -map $::env(TECHMAP_PATH)/carry_map.v
+ write_json $::env(OUT_JSON).carry_fixup.json
+-exec $::env(PYTHON3) $::env(UTILS_PATH)/fix_xc7_carry.py < $::env(OUT_JSON).carry_fixup.json > $::env(OUT_JSON).carry_fixup_out.json
++exec $::env(UTILS_PATH)/fix_xc7_carry.py < $::env(OUT_JSON).carry_fixup.json > $::env(OUT_JSON).carry_fixup_out.json
+ design -push
+ read_json $::env(OUT_JSON).carry_fixup_out.json
+