adrv9371x: A10GX, switched TX lanes

main
Adrian Costina 2016-08-24 18:06:14 +03:00
parent 215edb11c6
commit 3c6cfdc7b5
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ module system_top (
.rx_os_sysref_rx_ext_sysref_in (sysref),
.rx_sync_rx_sync (rx_sync),
.rx_sysref_rx_ext_sysref_in (sysref),
.tx_data_tx_serial_data (tx_data),
.tx_data_tx_serial_data ({tx_data[0],tx_data[3],tx_data[2],tx_data[1]}),
.tx_sync_tx_sync (tx_sync),
.tx_sysref_tx_ext_sysref_in (sysref)
);