From fff4fd59b7b7995904ecb2b010f05f78e9d0a0de Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 30 May 2019 16:17:49 -0700 Subject: rfnoc: noc_block_base: Handle the tick_rate property internally All noc_block_base derivatives are now plugged into the tick rate system. Connected nodes can only have one tick rate among them. This implies there is also only ever one tick rate per block. set_tick_rate() is a protected API call which can be called by blocks such as radio blocks to actually set a tick rate. Other blocks would only ever read the tick rate, which is handled by the get_tick_rate() API call. --- host/tests/rfnoc_blocks_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/tests') diff --git a/host/tests/rfnoc_blocks_test.cpp b/host/tests/rfnoc_blocks_test.cpp index b9ffcb5f9..113fbf630 100644 --- a/host/tests/rfnoc_blocks_test.cpp +++ b/host/tests/rfnoc_blocks_test.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3