3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-16 07:45:28 +00:00

synth_gatemate: Remove obsolete iob_map

This commit is contained in:
Patrick Urban 2021-11-10 15:44:54 +01:00 committed by Marcelina Kościelnicka
parent 81964d6d6f
commit 285ec0547b
3 changed files with 2 additions and 61 deletions

View file

@ -271,8 +271,8 @@ struct SynthGateMatePass : public ScriptPass
run("iopadmap -bits "
"-inpad CC_IBUF Y:I "
"-outpad CC_OBUF A:O "
"-toutpad $__toutpad OE:A:O "
"-tinoutpad $__tinoutpad OE:Y:A:IO"
"-toutpad CC_TOBUF ~T:A:O "
"-tinoutpad CC_IOBUF ~T:Y:A:IO"
);
run("techmap -map +/gatemate/iob_map.v");
run("clean");