Skip to content

Commit

Permalink
up_dac_common: Increase version for new feature
Browse files Browse the repository at this point in the history
Add support for DDS phase width greather than 16.
The software should read the DDS phase data width register and configure
the DDS init and increment registers accordingly, otherwise the obtained
DDS output frequency will not be the desired one for DDS phase width
different than 16.

DDS_incr = (f_out * 2^(phase_width) * clkratio)/f_if
  • Loading branch information
AndreiGrozav committed Feb 2, 2022
1 parent 666d96f commit 3ed2ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/common/up_dac_common.v
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module up_dac_common #(

// parameters

localparam VERSION = 32'h00090162;
localparam VERSION = 32'h00090262;

// internal registers

Expand Down

0 comments on commit 3ed2ae0

Please sign in to comment.