3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-10 03:07:14 +00:00

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

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