aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/synth_xilinx.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-05 17:25:26 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-05 17:25:26 -0800
commit02786b0aa0eb45a53b92b86b192d5ae5846366bd (patch)
tree93d6c2d135ae4ee90045f391cb4158a1bea02a29 /techlibs/xilinx/synth_xilinx.cc
parent864bff14f11fc67bac40f77e5bf17c7fc61ad9f6 (diff)
downloadyosys-02786b0aa0eb45a53b92b86b192d5ae5846366bd.tar.gz
yosys-02786b0aa0eb45a53b92b86b192d5ae5846366bd.tar.bz2
yosys-02786b0aa0eb45a53b92b86b192d5ae5846366bd.zip
Remove clkpart
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
-rw-r--r--techlibs/xilinx/synth_xilinx.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc
index 3fffd81f6..30be9832c 100644
--- a/techlibs/xilinx/synth_xilinx.cc
+++ b/techlibs/xilinx/synth_xilinx.cc
@@ -513,7 +513,6 @@ struct SynthXilinxPass : public ScriptPass
if (check_label("map_ffs")) {
if (abc9 || help_mode) {
- run("clkpart -set_attr clkpart 1", "('-abc9' only)");
run("techmap -map " + ff_map_file, "('-abc9' only)");
}
}
@@ -561,9 +560,6 @@ struct SynthXilinxPass : public ScriptPass
}
if (check_label("finalize")) {
- if (help_mode || abc9)
- run("clkpart -unpart clkpart", "(only if 'abc9')");
-
bool do_iopad = iopad || (ise && !noiopad);
if (help_mode || !noclkbuf) {
if (help_mode || do_iopad)