aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests')
-rw-r--r--host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp15
1 files changed, 15 insertions, 0 deletions
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
//