Forum Discussion
26 Replies
- CheepinC_altera
Regular Contributor
Hi,
As I understand it, you encounter some issue with the CV XCVR. To ensure we are on the same page, would you mind to further elaborate on the following:
- What is the Quartus version that you are using?
- Are you using any devkit from Intel or your own board?
- Mind share with me further the location where you downloaded the cv_GX_1ch_40b_3125mbps design example?
- Mind further elaborate on the error that you are referring to? Some screenshots or slides explanation would be helpful for further understanding.
Thank you very much.
Best regards,
Chee Pin
- WQIUS
New Contributor
Hi: As you see, I indeed encountered some problems, which come from the FPGA chip of 5CGXFC3B7F23C8N. When I use the GXB bank ,CH L1 always compile error. Here are the answers you established: 1. the Quartus version is 18.0; 2. my board; 3. cv_GX_1ch_40b_3125mbps design example , I download it in “interFPGA ”website “on-chip debugging design examples”; 4. the error is “14566 Could not place 1 periphery component(s) due to conflicts with existing constraints (1 channel PLL(s)” Hope you can help me . Looking forward to you reply. Best regards, Qiushi Wang —————————————————————— mobile : 18810644922 email :wangqiushi@cgnpc.com.cn - Abe
Frequent Contributor
Can you try the following fix and see if it helps resolve this issue:
- WQIUS
New Contributor
Hi: I tried your advice, in the website you mentioned, the fix idea is “set_global_assignment –name AUTO_RESEVE_CLKUSR_CALIBRATION OFF” But ,when I open the .qsf file, there is not the information as above, and then I add it to the file, after recompile , the same error still comes out. —————————————————————— 王秋实 中广核研究院北京分院 技术支持部 联系电话:010-82193500-279 手机 :18810644922 邮箱 :wangqiushi@cgnpc.com.cn - WQIUS
New Contributor
王秋实 将撤回邮件“Abe answered you: I use the FPGA of cyclone V which type is 5CGXFC3B7F23C8N ,which has 1 GXB Bank (3 transceiver channel),CH0/CH1/CH2,but CH1 has error”。 1、本电子邮件及其附件所载之信息均为不公开信息,仅供指定的收件人收阅。如果您错误地接收了本电子邮件,请立即回复并通知发件人,并永久删除该电子邮件及其所有附件和销毁所有复印件。2、未经发件人许可,请勿对本邮件内容进行披露、复制、分发或使用。对于任何由此造成的后果,我公司将保留法律追究的权利。3、互联网通信不能保证及时性、安全性、无差错或无病毒。发送者不对本邮件及附件中的任何错误或遗漏承担责任。 1、The information in this email and any of its attachment is undisclosed. It is intended solely for the named addressee. If you have received this email in error, please reply to the sender and notify him/her of this immediately and permanently delete the email and all its attachments and destroy all copies of them. 2、Any disclosure, copying, distribution, or use of the contents of this email without the permission of the sender is prohibited. In the event of any consequence caused thereby, our company reserves the right to take legal action. 3、The Internet communication does not guarantee timeliness, security, error-free or virus-free. The sender shall not be held responsible for any mistake or omission in the e-mail and attachments thereof. - WQIUS
New Contributor
Hi: I tried your advice, in the website you mentioned, the fix idea is “set_global_assignment –name AUTO_RESEVE_CLKUSR_CALIBRATION OFF” But ,when I open the .qsf file, there is not the information as above, and then I add it to the file, after recompile , the same error still comes out. You can use the file to fix the error. - WQIUS
New Contributor
Hi: I reloaded the 14.0 version of the software - WQIUS
New Contributor
Hi: Is there a solution? This GXB BANK, CH2(L1) in the 3 channels cannot compile ,can it be solved? —————————————————————— 王秋实 中广核研究院北京分院 技术支持部 联系电话:010-82193500-279 手机 :18810644922 邮箱 :wangqiushi@cgnpc.com.cn - CheepinC_altera
Regular Contributor
Hi WQIUS,
Sorry for the delay. For your information, I have downloaded the cv_GX_1ch_40b_3125mbps.qar and tried to perform compilation in Q17.0 (since I do not have Q18.0 installed currently in my PC). After performing the auto-upgrade for IPs, removed all pin assignment as well as changing the parts to 5CGXFC3B7F23C8, I get into other Fitter errors which are different from yours. They are mainly related to unsupported PHY configuration and data rate. After fixing these errors, I am able to compile the design without Fitter error. Would you mind to share with me what are the changes that you have done to the cv_GX_1ch_40b_3125mbps.qar which would lead to your observation? This would be helpful for issue replication and further debugging.
Thank you.
Best regards,
Chee Pin
- WQIUS
New Contributor
Hi: I re-downloaded quartus ii 17.0, and then opened the project in the attachment. This project was downloaded from the official website of the interFPGA, Without any modification, after upgrading to version 17.0, the chip type was changed to 5CGXFC3B7F23C8, and the VCCH_GXBL_USER_VOLTAGE/VCCH_GXBR_USER_VOLTAGE in the "gx_link_test_example.qsf" file was modified to 2.5V , set hssi_rx/hssi_rx(n) in pin planner is PIN_W2/PIN_W1, set hssi_tx/hssi_tx(n) is PIN_U2/PIN_U1, which is GXB BANK L1. Modify the custom PHY xcvr_custom_phy_0 parameter in gx_link_test_system QSYS, transceiver interface width :10, PCS-PMA interface width:10, Word aligner pattern length :10,word alignment pattern:1111100111. Based on the above changes, compile the project, the same error occurs. As belows: [X] Can you help me to see how my operation differs from your operation? Thank you Best wishes.