From 3ed2ae0890d082c0a1942e0ea76dd00150d26dbf Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Wed, 2 Feb 2022 10:12:33 +0200 Subject: [PATCH] up_dac_common: Increase version for new feature 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 --- library/common/up_dac_common.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/up_dac_common.v b/library/common/up_dac_common.v index 8d916a5445..9694c5c86e 100644 --- a/library/common/up_dac_common.v +++ b/library/common/up_dac_common.v @@ -114,7 +114,7 @@ module up_dac_common #( // parameters - localparam VERSION = 32'h00090162; + localparam VERSION = 32'h00090262; // internal registers