mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
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 "
|
"-toutpad CC_TOBUF ~T:A:O "
|
||||||
"-tinoutpad CC_IOBUF ~T:Y:A:IO"
|
"-tinoutpad CC_IOBUF ~T:Y:A:IO"
|
||||||
);
|
);
|
||||||
run("techmap -map +/gatemate/iob_map.v");
|
|
||||||
run("clean");
|
run("clean");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue