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
Istvan Csomortani 2015-09-24 11:14:01 +03:00
parent 9ad59c58db
commit ebaebc54f7
1 changed files with 1 additions and 1 deletions

View File

@ -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),