ad_lvds* - updates

main
Rejeesh Kutty 2016-03-04 10:38:11 -05:00
parent 3466f21f8e
commit 7a320a3d34
2 changed files with 5 additions and 6 deletions

View File

@ -45,7 +45,7 @@ module ad_lvds_clk (
clk_in_n,
clk);
parameter DEVICE_TYPE = 0;
parameter DEVICE_TYPE = 0;
localparam SERIES7 = 0;
localparam VIRTEX6 = 1;

View File

@ -120,12 +120,11 @@ module ad_lvds_in (
generate
if (SINGLE_ENDED == 1) begin
assign tx_data_out_n = 1'b0;
IBUF i_rx_data_ibuf (
.I (rx_data_in_p),
.O (rx_data_ibuf_s));
IBUF i_rx_data_ibuf (
.I (rx_data_in_p),
.O (rx_data_ibuf_s));
end else begin
IBUFDS i_rx_data_ibuf (
IBUFDS i_rx_data_ibuf (
.I (rx_data_in_p),
.IB (rx_data_in_n),
.O (rx_data_ibuf_s));