We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9904a57 commit 324bcf1Copy full SHA for 324bcf1
projects/ad9081_fmca_ebz/vpk180/system_top.v
@@ -371,14 +371,14 @@ module system_top #(
371
.spi1_mosi (spi1_mosi),
372
.spi1_sclk (spi1_sclk),
373
// 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]),
+ .rx_0_p (rx_data_p_loc[3:0]),
+ .rx_0_n (rx_data_n_loc[3:0]),
+ .tx_0_p (tx_data_p_loc[3:0]),
+ .tx_0_n (tx_data_n_loc[3:0]),
+ .rx_1_p (rx_data_p_loc[7:4]),
+ .rx_1_n (rx_data_n_loc[7:4]),
+ .tx_1_p (tx_data_p_loc[7:4]),
+ .tx_1_n (tx_data_n_loc[7:4]),
382
383
.gt_reset (gt_reset_s),
384
.gt_reset_rx_datapath (rx_reset_datapath),
0 commit comments