axi_ad9680: Clock ratio is indicating a sampling clock ratio
The software can use this data to calculate the effective sampling clock, independent of the interface type.main
parent
edb94ada8b
commit
5e082be963
|
@ -263,7 +263,7 @@ module axi_ad9680 (
|
|||
.adc_sync_status (1'd0),
|
||||
.adc_status_ovf (adc_dovf),
|
||||
.adc_status_unf (adc_dunf),
|
||||
.adc_clk_ratio (32'd40),
|
||||
.adc_clk_ratio (32'd4),
|
||||
.adc_start_code (),
|
||||
.adc_sync (),
|
||||
.up_status_pn_err (up_status_pn_err),
|
||||
|
|
Loading…
Reference in New Issue