up_gt_channel: Delete the register, which stores transceiver type

Transceiver type is stored in axi_jesd_gt/up_gt only.
main
Istvan Csomortani 2015-09-29 14:23:42 +03:00
parent cffb2e6226
commit b765be568f
2 changed files with 1 additions and 4 deletions

View File

@ -420,8 +420,7 @@ module ad_gt_channel_1 (
.up_es_status (up_es_status_s));
up_gt_channel #(
.ID (ID),
.GTH_OR_GTX_N (GTH_OR_GTX_N))
.ID (ID))
i_up (
.pll_rst (pll_rst),
.lpm_dfe_n (lpm_dfe_n_s),

View File

@ -145,7 +145,6 @@ module up_gt_channel (
localparam [31:0] VERSION = 32'h00070161;
parameter integer ID = 0;
parameter integer GTH_OR_GTX_N = 0;
// gt interface
@ -651,7 +650,6 @@ module up_gt_channel (
8'h33: up_rdata <= up_es_qdata4;
8'h38: up_rdata <= {30'd0, up_es_dma_err_hold, up_es_status};
8'h39: up_rdata <= {24'd0, up_drp_rxrate};
8'h3a: up_rdata <= GTH_OR_GTX_N;
default: up_rdata <= 0;
endcase
end else begin