Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Did you consider adding 1 pipeline cycle and swapping the data for high and low clock edges? I don't recall all the (r)GMII details, but IIRC you can insert an extra cycle on the transmitter pipeline. The idea is to transmit on the opposite edge of the clock. This way you wouldn't need to delay the clock, because data would naturally be delayed with respect to the clock. --- Quote End --- And inverting the output clock... data is edge sensitive in RGMII. yes, that was taken into account. Decision involved some other factors as well. Thanks for the help!