From 932ff0537bd61360e2ddaf211d6d2cafb0ddaa67 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 27 Aug 2019 08:59:10 -0700 Subject: rfnoc: client_zero can track num SEPs and num ctrl EPs separately --- host/tests/client_zero_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/tests') 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); } -- cgit v1.2.3