From d5c6e34bd3a9e63bfe661e2d8b38ceb85c4d6d18 Mon Sep 17 00:00:00 2001 From: Trung N Tran Date: Thu, 13 Jul 2017 14:01:33 -0700 Subject: RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes Change the RB_FIFOSIZE register to store the FIFO size in bytes instead of log2 of bytes. --- host/include/uhd/rfnoc/constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/constants.hpp b/host/include/uhd/rfnoc/constants.hpp index bda4c6440..92f21cae5 100644 --- a/host/include/uhd/rfnoc/constants.hpp +++ b/host/include/uhd/rfnoc/constants.hpp @@ -25,7 +25,7 @@ static const std::string XML_PATH_ENV = "UHD_RFNOC_DIR"; //! If the block name can't be automatically detected, this name is used static const std::string DEFAULT_BLOCK_NAME = "Block"; static const uint64_t DEFAULT_NOC_ID = 0xFFFFFFFFFFFFFFFF; -static const size_t NOC_SHELL_COMPAT_MAJOR = 4; +static const size_t NOC_SHELL_COMPAT_MAJOR = 5; static const size_t NOC_SHELL_COMPAT_MINOR = 0; static const size_t MAX_PACKET_SIZE = 8000; // bytes -- cgit v1.2.3