02-18-2021 10:05 PM - edited 02-18-2021 10:25 PM
Hi,
I want to use PHY only design of MIG.
As you know, default MIG ports can be connected with board pin automatically in block design.
However, PHY only design of MIG , which is design source, can't be connected with board pin in automatically in block design.
Is there any way to map PHY only design of MIG (design source) to board pin??
For reference, I am using alveo u200 board
Thanks a lot.
02-23-2021 12:56 AM
Hi @candycrush
MIG controller is available in block design through AXI interface, however, PHY only controller is not available.
I believe you packaged the IP and add to the block design. You need to assign the IO ports.
Use top xdc and copy-paste/add the loc constraints.
02-24-2021 12:59 AM
Thanks for replying!
Could you let me specify what top xdc is? (MIG block design's xdc or other?)
And could you let me know what Ioc constraint means?
Thank you!