ad9361/sw- current sw requires clock edge swap

main
Rejeesh Kutty 2017-07-31 14:48:25 -04:00
parent 0bc5a80c0c
commit c1e990b575
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ module axi_ad9361_cmos_if #(
// dac-tx interface
always @(posedge clk) begin
tx_clk_p <= {dac_clksel, ~dac_clksel};
tx_clk_p <= {~dac_clksel, dac_clksel};
end
always @(posedge clk) begin