3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

synth_gatemate: Remove iob_map invokation

This commit is contained in:
Patrick Urban 2021-11-10 18:46:07 +01:00 committed by Marcelina Kościelnicka
parent 0d871b6c49
commit decdc743db

View file

@ -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");
}