From 46c0e95a86f06a0ebed51afe10af53f2faa31c07 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 20 Mar 2019 16:08:45 -0700 Subject: 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 --- host/tests/common/mock_ctrl_iface_impl.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host/tests') 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 */ -- cgit v1.2.3