summarylogtreecommitdiffstats
path: root/synth.tcl.patch
diff options
context:
space:
mode:
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
+