3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/techlibs/efinix/gbuf_map.v
2020-07-04 20:53:43 +02:00

4 lines
131 B
Verilog

module \$__EFX_GBUF (input I, output O);
EFX_GBUFCE #(.CE_POLARITY(1'b1)) _TECHMAP_REPLACE_ (.I(I), .O(O), .CE(1'b1));
endmodule