Forum Discussion
Nurina
Regular Contributor
2 years agoHello,
Sorry for the late response.
Clocks:
Add create_clock for both RX and TX clocks to input port.
RX signals:
set_input_delay -clock MII_RXCLK -max 28.0 [get_ports {RXDV RXD*}] -add_delay
set_input_delay -clock MII_RXCLK -min 12.0 [get_ports {RXDV RXD*}] -add_delay
TX signals.
set_output_delay -clock MII_TXCLK -max 12.0 [get_ports {TXEN TXD*}] -add_delay
set_output_delay -clock MII_TXCLK -min 0 [get_ports {TXEN TXD*}] -add_delay
Regards,
Nurina
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.