diff options
Diffstat (limited to 'techlibs/gatemate/synth_gatemate.cc')
-rw-r--r-- | techlibs/gatemate/synth_gatemate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/gatemate/synth_gatemate.cc b/techlibs/gatemate/synth_gatemate.cc index 683fc2ded..e99554fd4 100644 --- a/techlibs/gatemate/synth_gatemate.cc +++ b/techlibs/gatemate/synth_gatemate.cc @@ -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");
|