axi_ad9234: 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
Istvan Csomortani 2015-09-24 11:13:20 +03:00
parent 0b08250261
commit 9ad59c58db
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ module axi_ad9234 (
.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),