DDR_CLK_EDGE=>"OPPOSITE_EDGE",-- "OPPOSITE_EDGE" or "SAME_EDGE"
INIT=>'0',-- Initial value of Q: 1'b0 or 1'b1
SRTYPE=>"SYNC"-- Set/Reset type: "SYNC" or "ASYNC"
)
clk40_oddr_inst:ODDRE1
genericmap(
IS_C_INVERTED=>'0',-- Optional inversion for C
IS_D1_INVERTED=>'0',-- Unsupported, do not use
IS_D2_INVERTED=>'0',-- Unsupported, do not use
SIM_DEVICE=>"ULTRASCALE",-- Set the device version for simulation functionality (ULTRASCALE, ULTRASCALE_PLUS, ULTRASCALE_PLUS_ES1, ULTRASCALE_PLUS_ES2)
SRVAL=>'0'-- Initializes the ODDRE1 Flip-Flops to the specified value ('0', '1')