mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
Custom step to add global clock buffers
This commit is contained in:
parent
ab98f604fd
commit
6e210f26fa
4 changed files with 129 additions and 1 deletions
|
@ -33,4 +33,12 @@ module EFX_FF(
|
|||
parameter SR_VALUE = 0;
|
||||
parameter SR_SYNC_PRIORITY = 0;
|
||||
parameter D_POLARITY = 1;
|
||||
endmodule
|
||||
endmodule
|
||||
|
||||
module EFX_GBUFCE (
|
||||
input CE,
|
||||
input I,
|
||||
output O
|
||||
);
|
||||
parameter CE_POLARITY = 1'b1;
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue