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
1 changed files with 0 additions and 1 deletions

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