Forum Discussion

FvM's avatar
FvM
Icon for Super Contributor rankSuper Contributor
2 years ago
Solved

Cyclone 10 GX - Critical warning for unused XCVR channels

Hello, In Cyclone 10 GX, Quartus Prime Pro 22.4, I get critical warnings for unused XCVR RX and TX pins. Critical Warning(17951): There are 4 unused RX channels in the design. Info(19540): ...
  • FvM's avatar
    2 years ago

    Hello,
    I found the solution by inspecting the configuration of Cyclone 10GX Devkit example project. The expected setting is

    set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON

    rather than multiple


    set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON -to <pin_name>

    Regards,
    Frank