aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/synth_xilinx.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-13 08:51:05 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-13 08:51:05 -0800
commitdd7d2d8db615f7d54d9bbee257fad9fb11bdc9f8 (patch)
tree39cebe10f214481f613bed831f47779a3ee3671a /techlibs/xilinx/synth_xilinx.cc
parent47ac1b01e673c1fc6f0010237c66d9b20957dcd0 (diff)
downloadyosys-dd7d2d8db615f7d54d9bbee257fad9fb11bdc9f8.tar.gz
yosys-dd7d2d8db615f7d54d9bbee257fad9fb11bdc9f8.tar.bz2
yosys-dd7d2d8db615f7d54d9bbee257fad9fb11bdc9f8.zip
Duplicate tribuf call, credit to @mwkmwkmwk
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
-rw-r--r--techlibs/xilinx/synth_xilinx.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc
index 6dd769055..640659ad6 100644
--- a/techlibs/xilinx/synth_xilinx.cc
+++ b/techlibs/xilinx/synth_xilinx.cc
@@ -310,7 +310,6 @@ struct SynthXilinxPass : public ScriptPass
run("tribuf -logic");
if (!do_iopad && active_design->scratchpad_get_bool("tribuf.added_something"))
log_error("Tristate buffers are unsupported without the '-iopad' option.\n");
- run("tribuf -logic");
run("deminout");
run("opt_expr");
run("opt_clean");