From decdc743dbec85b54e5e22116f53be467eaa2ae1 Mon Sep 17 00:00:00 2001 From: Patrick Urban Date: Wed, 10 Nov 2021 18:46:07 +0100 Subject: [PATCH] synth_gatemate: Remove iob_map invokation --- techlibs/gatemate/synth_gatemate.cc | 1 - 1 file changed, 1 deletion(-) 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"); } -- 2.30.2