aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorRyan Marlow <ryan.marlow@ettus.com>2018-01-26 14:07:50 -0500
committerMartin Braun <martin.braun@ettus.com>2018-03-22 17:48:30 -0700
commitd588005fd87dd2594adb29dbbdcf948bbb0ab0c1 (patch)
tree7307df1b7a62996c68f7d5bca430359218e9e3da /host/include
parent93617aa25cc0ec62cbdbf9cdb41ec11fcc29f2b3 (diff)
downloaduhd-d588005fd87dd2594adb29dbbdcf948bbb0ab0c1.tar.gz
uhd-d588005fd87dd2594adb29dbbdcf948bbb0ab0c1.tar.bz2
uhd-d588005fd87dd2594adb29dbbdcf948bbb0ab0c1.zip
DDC/DUC: switch CORDIC -> DDS for all relevant variable names
- Bump compat number for DDC/DUC to 2.0
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/rfnoc/blocks/ddc.xml4
-rw-r--r--host/include/uhd/rfnoc/blocks/ddc_single.xml4
-rw-r--r--host/include/uhd/rfnoc/blocks/duc.xml2
-rw-r--r--host/include/uhd/rfnoc/blocks/duc_single.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/host/include/uhd/rfnoc/blocks/ddc.xml b/host/include/uhd/rfnoc/blocks/ddc.xml
index 13b9414bd..43e325c0e 100644
--- a/host/include/uhd/rfnoc/blocks/ddc.xml
+++ b/host/include/uhd/rfnoc/blocks/ddc.xml
@@ -25,8 +25,8 @@
</setreg>
<!-- DDC block registers -->
<setreg>
- <!-- CORDIC phase increment word -->
- <name>CORDIC_FREQ</name>
+ <!-- DDS phase increment word -->
+ <name>DDS_FREQ</name>
<address>132</address>
</setreg>
<setreg>
diff --git a/host/include/uhd/rfnoc/blocks/ddc_single.xml b/host/include/uhd/rfnoc/blocks/ddc_single.xml
index 581487388..1843adb5b 100644
--- a/host/include/uhd/rfnoc/blocks/ddc_single.xml
+++ b/host/include/uhd/rfnoc/blocks/ddc_single.xml
@@ -25,8 +25,8 @@
</setreg>
<!-- DDC block registers -->
<setreg>
- <!-- CORDIC phase increment word -->
- <name>CORDIC_FREQ</name>
+ <!-- DDS phase increment word -->
+ <name>DDS_FREQ</name>
<address>132</address>
</setreg>
<setreg>
diff --git a/host/include/uhd/rfnoc/blocks/duc.xml b/host/include/uhd/rfnoc/blocks/duc.xml
index 9be54da78..ea83942da 100644
--- a/host/include/uhd/rfnoc/blocks/duc.xml
+++ b/host/include/uhd/rfnoc/blocks/duc.xml
@@ -29,7 +29,7 @@
<address>131</address>
</setreg>
<setreg>
- <name>CORDIC_FREQ</name>
+ <name>DDS_FREQ</name>
<address>132</address>
</setreg>
<setreg>
diff --git a/host/include/uhd/rfnoc/blocks/duc_single.xml b/host/include/uhd/rfnoc/blocks/duc_single.xml
index 39038eeee..235788989 100644
--- a/host/include/uhd/rfnoc/blocks/duc_single.xml
+++ b/host/include/uhd/rfnoc/blocks/duc_single.xml
@@ -29,7 +29,7 @@
<address>131</address>
</setreg>
<setreg>
- <name>CORDIC_FREQ</name>
+ <name>DDS_FREQ</name>
<address>132</address>
</setreg>
<setreg>