GTS Transceiver PHY User Guide: Agilex™ 3 FPGAs and SoCs

ID 848344
Date 8/04/2025
Public
Document Table of Contents

2.2.3.1. Unused PMA Not Planned for Use in the Future

To save power, you can power down the GTS transceiver bank if it is not being used. Connect the PMA power supplies (VCCEHT_GTS and VCCERT_GTS) of the unused banks to ground to power them down and use the PRESERVE_UNUSED_XCVR .qsf assignment. When grounded, all the GTS transceiver bank resources are not available for use, except the system PLL which remains available to clock the FPGA core logic.

Apply the following .qsf assignment to the specific GTS transceiver bank that you want to power down:
set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL OFF -to <pinname>
where <pinname> is the pinout location of any transceiver channel in the corresponding bank that you want to power down.
For example:
set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL OFF -to P30
Using A3C 135 M16A device as an example, the GTS transceiver bank 1A, where the P30 pin resides, is set to power down.