Cyclone 10GX Transceiver TX and RX independent
Hi,
I am trying the cyclone 10gx low latency 10G base-R MAC example design(which comes with the duplex TX and RX mode)with the transceiver in TX and RX independent mode. When I try to merge the TX and RX with the following commands:
set_instance_assignment -name XCVR_RECONFIG_GROUP 1 -to rx_serial_data[1] -entity altera_eth_top
set_instance_assignment -name XCVR_RECONFIG_GROUP 1 -to tx_serial_data[1] -entity altera_eth_top
set_instance_assignment -name XCVR_RECONFIG_GROUP 0 -to tx_serial_data[0] -entity altera_eth_top
set_instance_assignment -name XCVR_RECONFIG_GROUP 0 -to rx_serial_data[0] -entity altera_eth_top
set_instance_assignment -name XCVR_RECONFIG_GROUP 0 -to altera_eth_top:altera_eth_top_inst|TX*twentynm_hssi_avmm_if_inst*
set_instance_assignment -name XCVR_RECONFIG_GROUP 0 -to "altera_eth_top:altera_eth_top_inst|RX*twentynm_hssi_avmm_if_inst*" -entity altera_eth_top
The project compiles but during hardware testing,the no of good packets as well as bad packets is zero. What has to be done to merge the TX and RX in this example design.
Sorry, I forgot to attach the designs in earlier post