summaryrefslogtreecommitdiff
path: root/tb/mem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tb/mem.hpp')
-rw-r--r--tb/mem.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tb/mem.hpp b/tb/mem.hpp
index 4c37b0e..abcf386 100644
--- a/tb/mem.hpp
+++ b/tb/mem.hpp
@@ -13,7 +13,10 @@ namespace taller::avalon
public:
mem(std::uint32_t base, std::uint32_t size);
- virtual bool read_line(std::uint32_t addr, line &data) final override;
+ virtual bool read_line
+ (
+ std::uint32_t addr, line &data, unsigned byte_enable
+ ) final override;
virtual bool write_line
(