aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorPatrick Urban <patrick.urban@web.de>2021-11-10 18:46:07 +0100
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-11-13 21:53:25 +0100
commitdecdc743dbec85b54e5e22116f53be467eaa2ae1 (patch)
tree2d16535cce23ae19afe61f71a17e1468f61234ca /techlibs
parent0d871b6c49b326315436fd8cdbd50b8d90a2990f (diff)
downloadyosys-decdc743dbec85b54e5e22116f53be467eaa2ae1.tar.gz
yosys-decdc743dbec85b54e5e22116f53be467eaa2ae1.tar.bz2
yosys-decdc743dbec85b54e5e22116f53be467eaa2ae1.zip
synth_gatemate: Remove iob_map invokation
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/gatemate/synth_gatemate.cc1
1 files changed, 0 insertions, 1 deletions
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");
}