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

Critical Warning(18655): There are 6 unused TX channels in the design.

YKawa
Beginner
1,209 Views
 
0 Kudos
2 Replies
AnandRaj_S_Intel
Employee
791 Views

Hi,

 

Can you share more information like IP's, Quartus version and edition used?If possible share project.

So that we can study the scenario and provided you debug steps or provided solution.

 

Regards

Anand

0 Kudos
IKomi
Beginner
791 Views

The Quartus Prime software generates a warning message if your design contains unused transceiver channels. The warning message states that performance of unused channels may degrade over time if not properly preserved with the following Quartus Settings File (QSF) assignments - either global or pin specific:

 

Global Assignment

set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON

Pin Specific Assignment

set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON -to pin_name

 

 

0 Kudos
Reply