summaryrefslogtreecommitdiff
path: root/tb/mem.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tb/mem.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tb/mem.hpp b/tb/mem.hpp
index 016fdc0..a76780d 100644
--- a/tb/mem.hpp
+++ b/tb/mem.hpp
@@ -36,6 +36,9 @@ namespace taller::avalon
std::unique_ptr<std::uint32_t[]> block;
std::uint32_t base;
std::uint32_t mask;
+ unsigned count = 0;
+
+ bool ready() noexcept;
};
template<typename F>