diff options
| author | Martin Braun <martin.braun@ettus.com> | 2019-03-20 16:08:45 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2019-09-04 20:28:04 -0700 | 
| commit | 46c0e95a86f06a0ebed51afe10af53f2faa31c07 (patch) | |
| tree | 227aaad109b35c6b68e95530ca699935a2cde523 /host/tests | |
| parent | 94592641f0647563bc4d2163805d5284a6796273 (diff) | |
| download | uhd-46c0e95a86f06a0ebed51afe10af53f2faa31c07.tar.gz uhd-46c0e95a86f06a0ebed51afe10af53f2faa31c07.tar.bz2 uhd-46c0e95a86f06a0ebed51afe10af53f2faa31c07.zip | |
rfnoc: Read cmd FIFO size from blocks & configure ctrl_iface
This requires noc_shell compat number 6.0. It will allow sending as many
command packets, but no more, than there is space.
Updated FPGA images for devices:
- X310/X300
- N300/N310/N320
- E310/E320
Diffstat (limited to 'host/tests')
| -rw-r--r-- | host/tests/common/mock_ctrl_iface_impl.hpp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/host/tests/common/mock_ctrl_iface_impl.hpp b/host/tests/common/mock_ctrl_iface_impl.hpp index ad60d32ef..f20858b63 100644 --- a/host/tests/common/mock_ctrl_iface_impl.hpp +++ b/host/tests/common/mock_ctrl_iface_impl.hpp @@ -23,5 +23,7 @@ class mock_ctrl_iface_impl : public uhd::rfnoc::ctrl_iface          const size_t data,          const bool readback      = false,          const uint64_t timestamp = 0); + +    void set_cmd_fifo_size(const size_t) {}  }; -#endif /* INCLUDED_MOCK_CTRL_IFACE_IMPL_HPP */
\ No newline at end of file +#endif /* INCLUDED_MOCK_CTRL_IFACE_IMPL_HPP */ | 
