ID:12787 RX channel <text> and TX channel <text> are locked to the same duplex channel. In order for both the RX and TX channel to use the same duplex channel, you must assign them to the same group so the Fitter merges them into a single Avalon Memory-Mapped interface. To assign both channels to a group, use the Transceiver Avalon Memory-Mapped Interface Group logic option.

CAUSE: Your design has the specified RX and TX channels locked to same duplex channel, however the channels are not assigned to the same group.

ACTION: In the Assignment Editor, create two assignments with the Transceiver Avalon Memory-Mapped Interface Group logic option; specify the RX channel in one assignment and the TX channel in the other. You can also use the following Tcl command:< set_instance_assignment -name XCVR_RECONFIG_GROUP ON -to <instance name> > .