Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- I'm trying to create IP ALTLVDS_RX for project with Cyclone V. But with defaults parameters MegaWizard says
Error: Parameter VALID_PHASE_INCLOCK has been assigned the value 0.00 which is incompatible with the current settings of DESERIALIZATION_FACTOR(4), INPUT_DATA_RATE(800), INTENDED_DEVICE_FAMILY(Cyclone V), LE_SERDES(UNDEFINED), LVDS_RX(UNDEFINED), PLL_FREQ(UNDEFINED), USING_FLEXIBLE_LVDS(UNDEFINED). The legal value is 0,00|22,50|45,00|67,50|90,00|112,50|135,00|157,50|180,00|202,50|225,00|247,50|270,00|292,50|315,00|337,50|
Error: Parameter VALID_PHASE_RXIN has been assigned the value 0.00 ...
--- Quote End --- This looks like it might be a locale thing, note that the legal values all have ',' for decimal separator but your (illegal) entry is 0.00. Can you enter 0,00? Or just 0? Or change your locale settings so the default separator is '.'? Just a thought... -Fred