Visible to Intel only — GUID: hco1416492438650
Ixiasoft
Visible to Intel only — GUID: hco1416492438650
Ixiasoft
1.9.1.1. Sharing PLLs or DLLs
- To create a PLL or DLL master, create a UniPHY memory interface IP core. To make the PLL and/or DLL interface appear at the top-level in the core, on the PHY Settings tab in the parameter editor, set the PLL Sharing Mode and/or DLL Sharing Mode to Master.
- To create a PLL or DLL slave, create a second UniPHY memory interface IP core. To make the PLL and/or DLL interface appear at the top-level in the core, on the PHY Settings tab set the PLL Sharing Mode and/or DLL Sharing Mode to Slave.
- Connect the PLL and/or DLL sharing interfaces by following the appropriate step, below:
- For cores generated with IP Catalog : connect the PLL and/or DLL interface ports between the master and slave cores in your wrapper RTL. When using PLL sharing, connect the afi_clk, afi_half_clk, and afi_reset_export_n outputs from the UniPHY PLL master to the afi_clk, afi_half_clk, and afi_reset_in inputs on the UniPHY PLL slave.
- For cores generated with Platform Designer , connect the PLL and/or DLL interface in the Platform Designer GUI. When using PLL sharing, connect the afi_clk, afi_half_clk, and afi_reset_export_n outputs from the UniPHY PLL master to the afi_clk, afi_half_clk, and afi_reset_in inputs on the UniPHY PLL slave.
Platform Designer supports only one-to-one conduit connections in the patch panel. To share a PLL from a UniPHY PLL master with multiple slaves, you should replicate the number of PLL sharing conduit interfaces in the Platform Designer patch panel by choosing Number of PLL sharing interfaces in the parameter editor.
- Make a template, by generating your IP with PLL Sharing Mode set to No Sharing, and then compiling the example project to determine the frequency and phases of the clock outputs from the PLL.
- Generate an external PLL using the IP Catalog flow, with the equivalent output clocks.
- Generate your IP with PLL Sharing Mode set to Slave, and connect the external PLL to the PLL sharing interface.
You must be very careful when connecting clock signals to the slave. Connecting to clocks with frequency or phase different than what the core expects may result in hardware failure.