diff options
author | Trung N Tran <trung.tran@ettus.com> | 2017-07-13 14:01:33 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-08-22 14:31:34 -0700 |
commit | d5c6e34bd3a9e63bfe661e2d8b38ceb85c4d6d18 (patch) | |
tree | 111cbc296f330a8e944957da46693ceba4e2a36d /host/include | |
parent | 0aede451a2f1006aa67450a7d0a07d18a92be138 (diff) | |
download | uhd-d5c6e34bd3a9e63bfe661e2d8b38ceb85c4d6d18.tar.gz uhd-d5c6e34bd3a9e63bfe661e2d8b38ceb85c4d6d18.tar.bz2 uhd-d5c6e34bd3a9e63bfe661e2d8b38ceb85c4d6d18.zip |
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.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |