- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I'm trying to create IP ALTLVDS_RX for project with Cyclone V.
But with defaults parameters MegaWizard saysError: 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 ...
It gives Error if I check "use external PLL" "What is the phase alignment of 'rx_in' with respect to 'rx_inclock' " suggests 0.00 and nothing more. I have not found parameters which changes Parameter VALID_PHASE_INCLOCK error . How can I solve this problem? Did anybody used ALTLVDS_RX with Quartus 15 and Cyclone V ?
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi,
I tried with Quartus II 15.0.2 on my side, with default settings + enabled "use external PLL", there is no similar error observed. Can you tried with the 15.0.2? Probably they have fixed it during the updates.- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I've download the last updates. Now I have Quartus II 64-bit Version 15.02 Build 153 07/15/215 SJ Web Edition for Linux.
And it is what I see when I start MegaWizard for ALTLVDS_RX: https://www.alteraforum.com/forum/attachment.php?attachmentid=10998 Checking "Use external PLL" does not affects to the error. Empty field and selection list "Currently selected device family" confuses me. Is it OK? may be IP conflicts with device package?- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
You would need to specify the device family as there might be different set of internal parameters for different device families. If you select Cyclone V + "use external PLL", is the error still exist?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
The "Currently selected device family" ComboBox is empty if "Match project/default" is unchecked.
If I do check/uncheck "Use external PLL" checkbox, error list does not changes.- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
This seems strange. Can you try by first creating a project and select a device, then only do the instantiation to see if issue still there?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I have create new project, select 5CSEBA2U23C8, then start ALTLVDS_RX wizard and I got the same errors.
The "Currently selected device family" ComboBox is empty. I've try Cyclone IV and Cyclone IV GX, and got the same result.- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- Quote Start --- I have create new project, select 5CSEBA2U23C8, then start ALTLVDS_RX wizard and I got the same errors. The "Currently selected device family" ComboBox is empty. I've try Cyclone IV and Cyclone IV GX, and got the same result. --- Quote End --- Probably you should file a service request to Altera on this since you have done quite some debugging. If you have a Windows OS, test with Windows Quartus also.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- 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
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- Quote Start --- 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 --- Quote End --- Yes, problem with regional numbers interpretation. I can not replace 0,00 in GUI, it is in ComboBox with uneditable values. I've change locale and error disappeared.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- Quote Start --- I've change locale and error disappeared. --- Quote End --- That sounds like a bug that needs to be reported! Not uncommon though, from my limited experience. "Brand-X" tools had the same issue.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- Quote Start --- That sounds like a bug that needs to be reported! Not uncommon though, from my limited experience. "Brand-X" tools had the same issue. --- Quote End --- I've try to report issue. But I am not sure I done this by correct way. I have not found issue report service and post to webmaster@altera.com.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Hi Juzujka,
I think you should file a service request to Altera to report this issue. Check out the following link to sign up an account to file the service request. Note that you will require a valid company email to sign up the account. https://www.altera.com/mal-all/mal-signin.html?resource=%2Fcontent%2Faltera-www%2Fglobal%2Fen_us%2Findex%2Fmyaltera%2Fmal-home.html&$$login$$=%24%24login%24%24- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- Quote Start --- Hi Juzujka, I think you should file a service request to Altera to report this issue. Check out the following link to sign up an account to file the service request. Note that you will require a valid company email to sign up the account. https://www.altera.com/mal-all/mal-signin.html?resource=%2Fcontent%2Faltera-www%2Fglobal%2Fen_us%2Findex%2Fmyaltera%2Fmal-home.html&$$login$$=%24%24login%24%24 --- Quote End --- Thank you, done.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Welcome. Any workaround suggested by Altera on this?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
--- Quote Start --- Welcome. Any workaround suggested by Altera on this? --- Quote End --- No, my request was denied, because of my account level. :-(
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
It seems weird to be denied for a valid bug's workaround. Mind share further why it was denied?
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
you might try your design under 15.1. I've just done that and it fixed nearly all the lvds_rx issues I had for my Cyclone V design.
Regards Phil
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora