Forum Discussion
Fitter error of PCIe in A10 GX dev board
- 3 years ago
Hi David,
KDB means Knowledge Base, It is the link provided by you
- Error (175001): The Fitter cannot place 1 HSSI_PMA_TX_CGB, which is... (intel.com)
- As mention it is more related to Native PHY IP (tranceiver), which might not be the error to your problem as you are using standard PCIe design.
Step how to Assigning Pin I/O Standards in the Intel® Quartus® Prime Pin Planner you may refer to the link.
For the correct Pin number, you may refer to the user guide below under Table 5-16 , page 72/103
Hope this is helpful, let me know if further clarification is needed.
Regards,
Wincent_Intel
Hi Wincent,
What is KDB stand for? how to include it in my design?
I am using standard Intel PCIe IP, here is the parameter setup interface. I couldn't see where I can setup bonding master.
I choose the parameters and generate example first, it compiled without any problem, after I intergrate to my design, the error happens. I guess there may be a resource conflict. so the assignment is the key point to solve the problem.
I also attached the QSF file of the example, it doesn't help if I copied all lines into my final project qsf file.
while I am checking how to assign the channel location. could you please give me a example of the .qsf with the channel location lock. it will make my learning process faster.
I am an old engineer, still need to learn new skill. Appreciate your help and patience.
Happy holiday.
.
David
Hi David,
KDB means Knowledge Base, It is the link provided by you
- Error (175001): The Fitter cannot place 1 HSSI_PMA_TX_CGB, which is... (intel.com)
- As mention it is more related to Native PHY IP (tranceiver), which might not be the error to your problem as you are using standard PCIe design.
Step how to Assigning Pin I/O Standards in the Intel® Quartus® Prime Pin Planner you may refer to the link.
For the correct Pin number, you may refer to the user guide below under Table 5-16 , page 72/103
Hope this is helpful, let me know if further clarification is needed.
Regards,
Wincent_Intel
- dsun013 years ago
Contributor
Hi Wincent,
After I made some correction following the user Guide, not it works, thank you very much.
David