mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 03:33:36 +00:00
Add reference to FD* timing
This commit is contained in:
parent
091bf4a18b
commit
343039496b
|
@ -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…
Reference in a new issue