axi_ad9361: Fix typo in tdd interface

As alluded to in the subject, this commit simply fixes what appears
to be a copy-paste bug.

Signed-off-by: David Winter <david.winter@analog.com>
main
David Winter 2021-06-10 10:05:04 +02:00 committed by Laszlo Nagy
parent bf77271fb3
commit f2017050ed
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ module axi_ad9361_tdd (
end
always @(posedge clk) begin
if((tdd_enable_s == 1) && (tdd_gated_tx_dmapath_s == 1)) begin
if((tdd_enable_s == 1) && (tdd_gated_rx_dmapath_s == 1)) begin
tdd_rx_valid <= tdd_rx_dp_en_s;
end else begin
tdd_rx_valid <= 1'b1;