diff options
Diffstat (limited to 'dev/uart.cc')
-rw-r--r-- | dev/uart.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/uart.cc b/dev/uart.cc index caa169a2e..c04a5d066 100644 --- a/dev/uart.cc +++ b/dev/uart.cc @@ -109,7 +109,7 @@ Uart::Uart(const string &name, SimConsole *c, MemoryController *mmu, Addr a, pioInterface = newPioInterface(name, hier, bus, this, &Uart::cacheAccess); pioInterface->addAddrRange(RangeSize(addr, size)); - pioLatency = pio_latency * bus->clockRatio; + pioLatency = pio_latency * bus->clockRate; } readAddr = 0; |