Skip to content

Commit 324bcf1

Browse files
bluncansarpadi
authored andcommitted
ad9081: vpk180: system_top: Renamed serial connections
Signed-off-by: Bogdan Luncan <bogdan.luncan@analog.com>
1 parent 9904a57 commit 324bcf1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

projects/ad9081_fmca_ebz/vpk180/system_top.v

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,14 @@ module system_top #(
371371
.spi1_mosi (spi1_mosi),
372372
.spi1_sclk (spi1_sclk),
373373
// FMC HPC
374-
.GT_Serial_0_0_gtx_p (tx_data_p_loc[3:0]),
375-
.GT_Serial_0_0_gtx_n (tx_data_n_loc[3:0]),
376-
.GT_Serial_0_0_grx_p (rx_data_p_loc[3:0]),
377-
.GT_Serial_0_0_grx_n (rx_data_n_loc[3:0]),
378-
.GT_Serial_1_0_gtx_p (tx_data_p_loc[7:4]),
379-
.GT_Serial_1_0_gtx_n (tx_data_n_loc[7:4]),
380-
.GT_Serial_1_0_grx_p (rx_data_p_loc[7:4]),
381-
.GT_Serial_1_0_grx_n (rx_data_n_loc[7:4]),
374+
.rx_0_p (rx_data_p_loc[3:0]),
375+
.rx_0_n (rx_data_n_loc[3:0]),
376+
.tx_0_p (tx_data_p_loc[3:0]),
377+
.tx_0_n (tx_data_n_loc[3:0]),
378+
.rx_1_p (rx_data_p_loc[7:4]),
379+
.rx_1_n (rx_data_n_loc[7:4]),
380+
.tx_1_p (tx_data_p_loc[7:4]),
381+
.tx_1_n (tx_data_n_loc[7:4]),
382382

383383
.gt_reset (gt_reset_s),
384384
.gt_reset_rx_datapath (rx_reset_datapath),

0 commit comments

Comments
 (0)