diff options
author | Samuel O'Brien <sam.obrien@ni.com> | 2020-07-30 13:53:44 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-10-28 15:25:48 -0500 |
commit | 5df8202c0cb88fb5c7629fbf0ce5bed32c96e70d (patch) | |
tree | db1755242b6f8267bb918c860bd0b2350c229ae9 /mpm/python/usrp_mpm/simulator/CMakeLists.txt | |
parent | 687ed5bba07559a314d56e70b0eb727c7c8d9cbf (diff) | |
download | uhd-5df8202c0cb88fb5c7629fbf0ce5bed32c96e70d.tar.gz uhd-5df8202c0cb88fb5c7629fbf0ce5bed32c96e70d.tar.bz2 uhd-5df8202c0cb88fb5c7629fbf0ce5bed32c96e70d.zip |
sim: Move Hardware Specific to Config File
This commit moves various magic numbers and hardware specific settings
into the configuration file. It also provides default presets for said
configuration files which can be inherited from.
Signed-off-by: Samuel O'Brien <sam.obrien@ni.com>
Diffstat (limited to 'mpm/python/usrp_mpm/simulator/CMakeLists.txt')
-rw-r--r-- | mpm/python/usrp_mpm/simulator/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/simulator/CMakeLists.txt b/mpm/python/usrp_mpm/simulator/CMakeLists.txt index 21f281e52..ef3c9bc8c 100644 --- a/mpm/python/usrp_mpm/simulator/CMakeLists.txt +++ b/mpm/python/usrp_mpm/simulator/CMakeLists.txt @@ -12,7 +12,7 @@ set(USRP_MPM_FILES ${USRP_MPM_FILES}) set(USRP_MPM_SIMULATOR_FILES ${CMAKE_CURRENT_SOURCE_DIR}/__init__.py ${CMAKE_CURRENT_SOURCE_DIR}/sim_dboard.py - ${CMAKE_CURRENT_SOURCE_DIR}/sim_dboard_catalina.py + ${CMAKE_CURRENT_SOURCE_DIR}/hardware_presets.py ${CMAKE_CURRENT_SOURCE_DIR}/chdr_endpoint.py ${CMAKE_CURRENT_SOURCE_DIR}/noc_block_regs.py ${CMAKE_CURRENT_SOURCE_DIR}/rfnoc_graph.py |