diff options
Diffstat (limited to 'host/tests/client_zero_test.cpp')
-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); } |