axi_ad9739a: Fix DDS set frequency

- DDS out frequency was 4 times greater than the desired frequency
main
AndreiGrozav 2017-05-10 17:30:15 +03:00
parent 5fe008d887
commit c44de7021a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ module axi_ad9739a_core #(
.dac_status (dac_status),
.dac_status_ovf (dac_dovf),
.dac_status_unf (dac_dunf),
.dac_clk_ratio (32'd4),
.dac_clk_ratio (32'd16),
.up_drp_sel (),
.up_drp_wr (),
.up_drp_addr (),