Skip to content

Commit f201705

Browse files
Yamakajaronagyl
authored andcommitted
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>
1 parent bf77271 commit f201705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/axi_ad9361/axi_ad9361_tdd.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module axi_ad9361_tdd (
143143
end
144144

145145
always @(posedge clk) begin
146-
if((tdd_enable_s == 1) && (tdd_gated_tx_dmapath_s == 1)) begin
146+
if((tdd_enable_s == 1) && (tdd_gated_rx_dmapath_s == 1)) begin
147147
tdd_rx_valid <= tdd_rx_dp_en_s;
148148
end else begin
149149
tdd_rx_valid <= 1'b1;

0 commit comments

Comments
 (0)