mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-01 12:55:53 +00:00
Add reference to FD* timing
This commit is contained in:
parent
091bf4a18b
commit
343039496b
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ endmodule
|
|||
|
||||
`endif
|
||||
|
||||
// Max delay from: https://github.com/SymbiFlow/prjxray-db/blob/34ea6eb08a63d21ec16264ad37a0a7b142ff6031/artix7/timings/CLBLL_L.sdf#L238-L250
|
||||
|
||||
module FDRE ((* abc_arrival=303 *) output reg Q,
|
||||
input C, CE, D, R);
|
||||
parameter [0:0] INIT = 1'b0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue