F-Tile Architecture and PMA and FEC Direct PHY IP User Guide

ID 683872
Date 11/04/2025
Public
Document Table of Contents

4.7. Guidelines for Obtaining the System PLL Physical ID

The number shown in the F-Tile Reference and System PLL Clocks IP Parameter Editor is the logical ID. For the physical ID and the mapping relationship, refer to the following steps:
  • Perform Support Logic Generation.
  • Open the xxx.tlg.rpt file.
  • Search for the name "BB_F_SYSTEM_PLL". The corresponding value shows the <bb_syspll_instance_hpath>, which tells you the logical ID.
  • Within the "BB_F_SYSTEM_PLL", find the name "IP_BB_LOCATION". The corresponding value shows the <bb-location>, which tells you the physical ID.
For example, in the xxx.tlg.rpt file below,the F-Tile Reference and System PLL Clocks IP enabled two logical System PLLs:
  • Logic System PLL #0 (*gen_systempll_bb_[0]) is placed on the physical System PLL #0.
  • Logic System PLL #1 (*gen_systempll_bb_[1]) is placed on the physical System PLL #2.
To enforce a logic System PLL to be placed on a specific physical System PLL, you can apply the following QSF assignment:
set_instance_assignment -name IP_BB_LOCATION <bb-location> -to <bb_syspll_instance_hpath>