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:
parent
81964d6d6f
commit
285ec0547b
3 changed files with 2 additions and 61 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue