aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r--host/lib/rfnoc/null_block_control.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/rfnoc/null_block_control.cpp b/host/lib/rfnoc/null_block_control.cpp
index bb5fe2ea9..b51dbb906 100644
--- a/host/lib/rfnoc/null_block_control.cpp
+++ b/host/lib/rfnoc/null_block_control.cpp
@@ -109,12 +109,12 @@ public:
regs().poke32(REG_SRC_THROTTLE_CYC, cycs);
}
- uint32_t get_item_width()
+ uint32_t get_item_width() override
{
return _item_width;
}
- uint32_t get_nipc()
+ uint32_t get_nipc() override
{
return _nipc;
}