aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/rfnoc/constants.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/constants.hpp b/host/include/uhd/rfnoc/constants.hpp
index 53a4a01d8..3e67a3cae 100644
--- a/host/include/uhd/rfnoc/constants.hpp
+++ b/host/include/uhd/rfnoc/constants.hpp
@@ -83,12 +83,16 @@ static const uint32_t AXIS_CONFIG_BUS_TLAST =
AXI_WRAPPER_BASE + 2; // tdata with tvalid & tlast asserted
static const size_t CMD_FIFO_SIZE = 256; // Lines == multiples of 8 bytes
+static const size_t MAX_CMD_PKT_SIZE = 3; // Lines == multiples of 8 bytes
// Named settings registers
static const uhd::dict<std::string, uint32_t> DEFAULT_NAMED_SR =
boost::assign::map_list_of("AXIS_CONFIG_BUS", AXIS_CONFIG_BUS)(
"AXIS_CONFIG_BUS_TLAST", AXIS_CONFIG_BUS_TLAST);
+// Blocks
+static const size_t MAX_NUM_BLOCKS = 16;
+
// Block ports
static const size_t ANY_PORT = size_t(~0);
static const size_t MAX_NUM_PORTS = 16;