summaryrefslogtreecommitdiff
path: root/dev/tsunami_uart.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tsunami_uart.hh')
-rw-r--r--dev/tsunami_uart.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami_uart.hh b/dev/tsunami_uart.hh
index 2beefc7ea..f0a9b644b 100644
--- a/dev/tsunami_uart.hh
+++ b/dev/tsunami_uart.hh
@@ -44,7 +44,7 @@ class TsunamiUart : public FunctionalMemory
{
private:
Addr addr;
- static const Addr size = 0xf;
+ static const Addr size = 0x8;
protected:
SimConsole *cons;