axi_adrv9009: Use the correct clock for the observation path interface

main
Adrian Costina 2018-07-09 12:00:14 +01:00
parent 7f4b6caa81
commit 1b1f83d328
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module axi_adrv9009_if (
// instantiations
always @(posedge adc_clk) begin
always @(posedge adc_os_clk) begin
if (adc_r1_mode == 1'b1) begin
adc_os_valid <= 'd1;
adc_os_data[8* 7+:8] <= adc_rx_os_data_s[8* 6+:8];