File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// ***************************************************************************
2
2
// ***************************************************************************
3
- // Copyright (C) 2014-2023 Analog Devices, Inc. All rights reserved.
3
+ // Copyright (C) 2014-2024 Analog Devices, Inc. All rights reserved.
4
4
//
5
5
// In this HDL repository, there are many different and unique modules, consisting
6
6
// of various HDL (Verilog or VHDL) components. The individual modules are
@@ -228,8 +228,8 @@ module axi_ad9963_if #(
228
228
.R (dac_rst),
229
229
.S (1'b0 ),
230
230
.C (dac_clk),
231
- .D1 (tx_data_p [l_inst]),
232
- .D2 (tx_data_n [l_inst]),
231
+ .D1 (tx_data_n [l_inst]),
232
+ .D2 (tx_data_p [l_inst]),
233
233
.Q (tx_data[l_inst]));
234
234
end
235
235
endgenerate
@@ -243,8 +243,8 @@ module axi_ad9963_if #(
243
243
.R (dac_rst),
244
244
.S (1'b0 ),
245
245
.C (dac_clk),
246
- .D1 (1'b1 ),
247
- .D2 (1'b0 ),
246
+ .D1 (1'b0 ),
247
+ .D2 (1'b1 ),
248
248
.Q (tx_iq));
249
249
250
250
endmodule
You can’t perform that action at this time.
0 commit comments