mirror of https://github.com/YosysHQ/yosys.git
synth_gatemate: Remove iob_map invokation
This commit is contained in:
parent
0d871b6c49
commit
decdc743db
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue