Altera_Forum
Honored Contributor
16 years agosome problem about LVDS instantiation
I just simply invoke the LVDS core from megawizard in Quatus 9.0:
input [31:0] rx_in; input rx_inclock; output [63:0] rx_out; and I already declared rx_in,rx_inclock as LVDS in pin planner,but the result from the timer analyzer frustrated me:(in clock setup) actual fmax :restricted to 500MHz why??It's difficult to understand,because of the latency from rx_out to the register(i set rx_out as virtual pin)? what's worse,the max f i could get the right result is 300MHz in modelsim AE HOW SHOULD I IMPLEMENT THE ENTIRE SYSTEM IF I WANNA TO RUN AT A MUCH HIGHER F?