ad_data_out: Revert change (issue) inserted in commit 075ee05189
* Issue is with ODDR and ODDRE1 inputs D1 and D2 Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>main
parent
e0ab169fed
commit
9a91dd8857
|
@ -176,8 +176,8 @@ module ad_data_out #(
|
|||
) i_tx_data_oddr (
|
||||
.SR (1'b0),
|
||||
.C (tx_clk),
|
||||
.D1 (tx_data_p),
|
||||
.D2 (tx_data_n),
|
||||
.D1 (tx_data_n),
|
||||
.D2 (tx_data_p),
|
||||
.Q (tx_data_oddr_s));
|
||||
end
|
||||
endgenerate
|
||||
|
@ -191,8 +191,8 @@ module ad_data_out #(
|
|||
.R (1'b0),
|
||||
.S (1'b0),
|
||||
.C (tx_clk),
|
||||
.D1 (tx_data_p),
|
||||
.D2 (tx_data_n),
|
||||
.D1 (tx_data_n),
|
||||
.D2 (tx_data_p),
|
||||
.Q (tx_data_oddr_s));
|
||||
end
|
||||
endgenerate
|
||||
|
|
Loading…
Reference in New Issue