From: Patrick Urban Date: Wed, 10 Nov 2021 17:46:07 +0000 (+0100) Subject: synth_gatemate: Remove iob_map invokation X-Git-Tag: yosys-0.12~15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=decdc743dbec85b54e5e22116f53be467eaa2ae1;p=yosys.git synth_gatemate: Remove iob_map invokation --- diff --git a/techlibs/gatemate/synth_gatemate.cc b/techlibs/gatemate/synth_gatemate.cc index e99554fd4..0131cdcdf 100644 --- a/techlibs/gatemate/synth_gatemate.cc +++ b/techlibs/gatemate/synth_gatemate.cc @@ -274,7 +274,6 @@ struct SynthGateMatePass : public ScriptPass "-toutpad CC_TOBUF ~T:A:O " "-tinoutpad CC_IOBUF ~T:Y:A:IO" ); - run("techmap -map +/gatemate/iob_map.v"); run("clean"); }