diff options
author | Patrick Urban <patrick.urban@web.de> | 2021-11-10 18:46:07 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-11-13 21:53:25 +0100 |
commit | decdc743dbec85b54e5e22116f53be467eaa2ae1 (patch) | |
tree | 2d16535cce23ae19afe61f71a17e1468f61234ca | |
parent | 0d871b6c49b326315436fd8cdbd50b8d90a2990f (diff) | |
download | yosys-decdc743dbec85b54e5e22116f53be467eaa2ae1.tar.gz yosys-decdc743dbec85b54e5e22116f53be467eaa2ae1.tar.bz2 yosys-decdc743dbec85b54e5e22116f53be467eaa2ae1.zip |
synth_gatemate: Remove iob_map invokation
-rw-r--r-- | techlibs/gatemate/synth_gatemate.cc | 1 |
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");
}
|