From 3162b92bedda20f5b376137f5e918ebe07406fbb Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Fri, 15 Oct 2021 12:45:10 -0500 Subject: host: Add GPIO functions to MPM RPC shim --- host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'host/tests') diff --git a/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp b/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp index 956e713db..cd4f71c2f 100644 --- a/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp +++ b/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp @@ -315,6 +315,21 @@ public: // nop } + void dio_set_voltage_level(const std::string&, const std::string&) override + { + // nop + } + + void dio_set_port_mapping(const std::string&) override + { + // nop + } + + void dio_set_pin_directions(const std::string&, uint32_t) override + { + // nop + } + /////////////////////////////////////////////////////////////////////////// // Public attributes for easy inspection // -- cgit v1.2.3