mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
efinix: Nuke efinix_gbuf in favor of clkbufmap.
This commit is contained in:
parent
c6765443fd
commit
6b0ac04698
5 changed files with 11 additions and 122 deletions
3
techlibs/efinix/gbuf_map.v
Normal file
3
techlibs/efinix/gbuf_map.v
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue