Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17238 Discussions

Critical Warnings Related to Unused Transceiver Channels in Quartus Prime Pro 20.4

TatsuhiroKato
Beginner
113 Views

Hello Intel Community,

I am using Quartus Prime Pro 20.4 with an Arria 10 FPGA device. During compilation, I encountered the following critical warnings:

Critical Warning(17951): There are 12 unused RX channels in the design.
Critical Warning(18655): There are 12 unused TX channels in the design.
In my design, no transceiver channels are used at all.

To suppress these warnings, I added the following line to my QSF file:
set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON

 

However, this did not eliminate the warnings. Instead, a new warning appeared:

Warning(18584): There are no transceiver channels used in the design. You must use or instantiate at least 1 transceiver channel to preserve the rest of the unused channels.
I would like to ask:

Are these critical warnings something I need to address in my design?
If action is required, what is the recommended way to properly disable or suppress these warnings when no transceiver channels are used?
Any guidance or clarification would be greatly appreciated.

Thank you in advance!

Best regards,
Tatsuhiro Kato

0 Kudos
0 Replies
Reply