summaryrefslogtreecommitdiff
path: root/tb/jtag_uart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tb/jtag_uart.hpp')
-rw-r--r--tb/jtag_uart.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tb/jtag_uart.hpp b/tb/jtag_uart.hpp
index 79032a2..3b8e7e2 100644
--- a/tb/jtag_uart.hpp
+++ b/tb/jtag_uart.hpp
@@ -23,6 +23,8 @@ namespace taller::avalon
virtual bool read(std::uint32_t addr, std::uint32_t &data) noexcept final override;
virtual bool write(std::uint32_t addr, std::uint32_t data, unsigned byte_enable) noexcept final override;
+ virtual bool irq() noexcept final override;
+
void takeover() noexcept;
void release() noexcept;