diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-08 21:33:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-08 21:33:59 -0600 |
| commit | 1ea0519a2b6b81e0ba324cd69f8785735e7cbef5 (patch) | |
| tree | a89c1aa54fac62b1b849aa147c4c7ee1b42d4601 /tb/mem.hpp | |
| parent | bf7f350e161b2dc97e023724c8f190473af78202 (diff) | |
Fix handling of multi-cycle Avalon waitrequest states in bus master
Diffstat (limited to '')
| -rw-r--r-- | tb/mem.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |
