diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-08-27 08:59:10 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:39 -0800 |
commit | 932ff0537bd61360e2ddaf211d6d2cafb0ddaa67 (patch) | |
tree | 80312e3b1da931f17b5c96a42e978639adf9d8d0 /host/tests | |
parent | 01284980b1d7227f1c11496d2be939bb4b23adb1 (diff) | |
download | uhd-932ff0537bd61360e2ddaf211d6d2cafb0ddaa67.tar.gz uhd-932ff0537bd61360e2ddaf211d6d2cafb0ddaa67.tar.bz2 uhd-932ff0537bd61360e2ddaf211d6d2cafb0ddaa67.zip |
rfnoc: client_zero can track num SEPs and num ctrl EPs separately
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/client_zero_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/client_zero_test.cpp b/host/tests/client_zero_test.cpp index 46358422f..e97dd83e2 100644 --- a/host/tests/client_zero_test.cpp +++ b/host/tests/client_zero_test.cpp @@ -30,6 +30,7 @@ public: read_memory[0x0004] = (STATIC_ROUTER_PRESENT << 31) | (CHDR_XBAR_PRESENT << 30) | (NUM_XPORTS << 20) | ((NUM_BLOCKS & 0X3FF) << 10) | NUM_STREAM_ENDPOINTS; + read_memory[0x0010] = NUM_XPORTS; read_memory[0x000C] = device_id | (DEVICE_TYPE << 16); } |