aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gatemate/iob_map.v
diff options
context:
space:
mode:
authorPatrick Urban <patrick.urban@web.de>2021-09-14 15:10:32 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-11-13 21:53:25 +0100
commitcfcc38582a4464b0a0551b842ea7a22c6f9a559d (patch)
treea99487e99714bbae4d031ed09e5b2b8a9bde24a7 /techlibs/gatemate/iob_map.v
parent240d289ffff69f991e096a630028839048b6fefd (diff)
downloadyosys-cfcc38582a4464b0a0551b842ea7a22c6f9a559d.tar.gz
yosys-cfcc38582a4464b0a0551b842ea7a22c6f9a559d.tar.bz2
yosys-cfcc38582a4464b0a0551b842ea7a22c6f9a559d.zip
synth_gatemate: Apply review remarks
Diffstat (limited to 'techlibs/gatemate/iob_map.v')
-rw-r--r--techlibs/gatemate/iob_map.v30
1 files changed, 0 insertions, 30 deletions
diff --git a/techlibs/gatemate/iob_map.v b/techlibs/gatemate/iob_map.v
index b73b4b9d2..7bbd47161 100644
--- a/techlibs/gatemate/iob_map.v
+++ b/techlibs/gatemate/iob_map.v
@@ -17,36 +17,6 @@
*
*/
-module \$__inpad (input I, output Y);
- CC_IBUF /*#(
- .PIN_NAME("UNPLACED"),
- .V_IO("UNDEFINED"),
- .PULLUP(1'bx),
- .PULLDOWN(1'bx),
- .KEEPER(1'bx),
- .SCHMITT_TRIGGER(1'bx),
- .DELAY_IBF(4'bx),
- .FF_IBF(1'bx)
- )*/ _TECHMAP_REPLACE_ (
- .I(I),
- .Y(Y)
- );
-endmodule
-
-module \$__outpad (input A, output O);
- CC_OBUF /*#(
- .PIN_NAME("UNPLACED"),
- .V_IO("UNDEFINED"),
- .SLEW("UNDEFINED"),
- .DRIVE(1'bx),
- .DELAY_OBF(4'bx),
- .FF_OBF(1'bx)
- )*/ _TECHMAP_REPLACE_ (
- .A(A),
- .O(O)
- );
-endmodule
-
module \$__toutpad (input A, input OE, output O);
CC_TOBUF /*#(
.PIN_NAME("UNPLACED"),