diff options
| author | Eddie Hung <eddie@fpgeh.com> | 2019-09-23 19:52:55 -0700 |
|---|---|---|
| committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-23 19:52:55 -0700 |
| commit | 27167848f4c5709c6ca3cb0897bac91c4a2a7cbe (patch) | |
| tree | 03484b220e44663ba41d729869da43b774fa7c90 /techlibs/xilinx/synth_xilinx.cc | |
| parent | 0f53893104c84e799db12b6bbd3364af4f5ed338 (diff) | |
| download | yosys-27167848f4c5709c6ca3cb0897bac91c4a2a7cbe.tar.gz yosys-27167848f4c5709c6ca3cb0897bac91c4a2a7cbe.tar.bz2 yosys-27167848f4c5709c6ca3cb0897bac91c4a2a7cbe.zip | |
Revert "Add a xilinx_finalise pass"
This reverts commit 23d90e0439ffef510632ce45a3d2aff1c129f405.
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
| -rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index c2f8279c2..022b0d108 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -512,8 +512,6 @@ struct SynthXilinxPass : public ScriptPass run("iopadmap -bits -outpad OBUF I:O -inpad IBUF O:I A:top", "(only if '-iopad' or '-ise' and not '-noiopad')"); if (help_mode || ise) run("extractinv -inv INV O:I", "(only if '-ise')"); - if (help_mode || !nodsp) - run("xilinx_finalise", "(skip if '-nodsp')"); } if (check_label("check")) { |
