diff --git a/generators/firechip/src/main/scala/BridgeBinders.scala b/generators/firechip/src/main/scala/BridgeBinders.scala index a709ee4b..7982a75d 100644 --- a/generators/firechip/src/main/scala/BridgeBinders.scala +++ b/generators/firechip/src/main/scala/BridgeBinders.scala @@ -86,7 +86,7 @@ class WithNICBridge extends HarnessBinder({ class WithUARTBridge extends HarnessBinder({ case (th: FireSim, port: UARTPort) => val uartSyncClock = th.harnessClockInstantiator.requestClockMHz("uart_clock", port.freqMHz) - UARTBridge(uartSyncClock, port.io, th.harnessBinderReset.asBool)(th.p) + UARTBridge(uartSyncClock, port.io, th.harnessBinderReset.asBool, port.freqMHz)(th.p) }) class WithBlockDeviceBridge extends HarnessBinder({