文章详情

ID: 6406
实例类型: faq
分类: Architecture
相关: PLL/DLL/Clock Routing
产品系列: CertusPro-NX

搜索答案数据库

Search Text Image

PLL for Nexus FPGAs: How to change the PLL location?

To perform this, know the pneumonic for PLL locations first.

LRC (Lower Right Corner),
LLC (Lower Left Corner),
ULC (Upper Left Corner),
URC (Upper Right Corner)
Then after knowing the GPLL locations pneumonic, use the "ldc_set_location" constraint.
Example: The desire GPLL location is to use lower right corner GPLL.
Answerldc_set_location -site {PLL_LRC} [ get_cells {pll_wb/lscc_pll_inst/gen_no_refclk_mon.u_PLL.PLL_inst} ]
Also, check the software generated constraint at Place & Route Reports > Signal/Pad > #PLL for the template.