Duplicate tribuf call, credit to @mwkmwkmwk

This commit is contained in:
Eddie Hung 2019-12-13 08:51:05 -08:00
parent 47ac1b01e6
commit dd7d2d8db6
1 changed files with 0 additions and 1 deletions

View File

@ -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");