Altera_Forum
Honored Contributor
16 years agoproblem about altlvds PIN assignment!
I want to use the altlvds megafunction to receive 500Mbps data(width=1),and the deserialization factor is 2.But now I face a strange problem:
if i use verilog to implement the function and assign the pins in assignment editor(stratixii EP2S180F1508C3 for example): rx_in I/O Standard LVDS Yes rx_inclock Clock Settings rx_inclock Yes rx_inclock I/O Standard LVDS Yes rx_out Virtual Pin On Yes rx_inclock Virtual Pin On Yes the rx_in will be automatically assigned to c3 and c4 (differential) and I can get perfect result in modelsim. But if change rx_inclock to the factual pins ,ie: rx_inclock Location PIN_Y3 Yes the rx_in will be automatically assigned to c3 and c4 (differential) but i can't get correct result in modelsim(se 6.5). Could anyone give me some suggestion where i made the mistake?thanks!