diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-05 17:25:26 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-05 17:25:26 -0800 |
commit | 02786b0aa0eb45a53b92b86b192d5ae5846366bd (patch) | |
tree | 93d6c2d135ae4ee90045f391cb4158a1bea02a29 /techlibs | |
parent | 864bff14f11fc67bac40f77e5bf17c7fc61ad9f6 (diff) | |
download | yosys-02786b0aa0eb45a53b92b86b192d5ae5846366bd.tar.gz yosys-02786b0aa0eb45a53b92b86b192d5ae5846366bd.tar.bz2 yosys-02786b0aa0eb45a53b92b86b192d5ae5846366bd.zip |
Remove clkpart
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 4 |
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) |