aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/efinix/gbuf_map.v
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/efinix/gbuf_map.v')
-rw-r--r--techlibs/efinix/gbuf_map.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/techlibs/efinix/gbuf_map.v b/techlibs/efinix/gbuf_map.v
new file mode 100644
index 000000000..43e0c9ac3
--- /dev/null
+++ b/techlibs/efinix/gbuf_map.v
@@ -0,0 +1,3 @@
+module \$__EFX_GBUF (input I, output O);
+ EFX_GBUFCE #(.CE_POLARITY(1'b1)) _TECHMAP_REPLACE_ (.I(I), .O(O), .CE(1'b1));
+endmodule