aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/chips
diff options
context:
space:
mode:
authorToni Jones <toni.jones@ni.com>2019-04-04 16:23:04 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-03-01 15:57:01 -0600
commitf2ae3e93f7d1a8facc667f042731b080ff86732a (patch)
treee35ca013ccca01c2670865ebd65a1d49a53c777b /mpm/python/usrp_mpm/chips
parent902f4581372d08fa8f4ec9b2391648606d1c8c8e (diff)
downloaduhd-f2ae3e93f7d1a8facc667f042731b080ff86732a.tar.gz
uhd-f2ae3e93f7d1a8facc667f042731b080ff86732a.tar.bz2
uhd-f2ae3e93f7d1a8facc667f042731b080ff86732a.zip
ic_reg_maps: Add SPCC reg map
Add SPCC reg map for reference and testing.
Diffstat (limited to 'mpm/python/usrp_mpm/chips')
-rwxr-xr-xmpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt b/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt
index 631f30264..f1fdd557b 100755
--- a/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt
+++ b/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt
@@ -34,6 +34,10 @@ if(ENABLE_REGMAPS)
${UHD_HOST_ROOT}/lib/ic_reg_maps/gen_lmk04816_regs.py
${CMAKE_CURRENT_BINARY_DIR}/lmk04816_regs.py
)
+ REG_MAPS_GEN_SOURCE(
+ ${UHD_HOST_ROOT}/lib/ic_reg_maps/gen_spcc_regs.py
+ ${CMAKE_CURRENT_BINARY_DIR}/spcc_regs.py
+ )
# add an ic_reg_maps target which can be referenced outside of this subdirectory
add_custom_target(ic_reg_maps DEPENDS ${IC_REG_MAPS})