Forum Discussion
6 Replies
- CheepinC_altera
Regular Contributor
Hi Matthias, As I understand it, you observe some Fitter error during your compilation with CV XCVR design. As I check the CV part that you are using, there are total of 6 XCVR channels. By default, you should be able to implement maximum of 5 duplex XCVR with one channel reserved for CMU PLL. Would you mind to share a simple test design with Native PHY which could replicate the error observation so that I could further look into it? Thank you.- MKlee2
New Contributor
Thank you for your answer, attached is a simple test design.
I believe it might be related to my pin planning/placing, maybe you point out what went wrong.
- MKlee2
New Contributor
I played a bit around with my pin planning and it seems to work if I leave AB2/1 and Y2/1 free and use F2/1 D2/1 instead.
Could you please tell me why I need to leave out this specific(?) pins? I also tried leaving out other pins on the same bank and use AB2... again,
but this would result in an error again.
- CheepinC_altera
Regular Contributor
Hi,
As I look into your design, I can replicate the Fitter error when compiling your design. I notice that you have placed channels to physical channel of CH 1 and CH4 in the design. For your information, the CMU PLL is only available in physical CH1 and CH4. Therefore, you would need to leave either one of these two CHs unused for CMU PLL purpose. This also explain why when you leave AB2/1 and Y2/1 unused, the design can pass Fitter compilation. Note that if you leave K2/1 and H2/1 unused, your design will also pass compilation since there is one CMU PLL here as well.
Please let me know if there is any concern. Thank you.
- MKlee2
New Contributor
Thanks for the reply this is the information I was missing!
- CheepinC_altera
Regular Contributor
Hi sorry for the delay, thanks for attaching the design. I am currently running compilation with the design. I will update you on the finding by end of the week. Please ping me if I do not get back to you.