Skip to content

Commit

Permalink
soc/integration/soc_core: Fix with_uartbone changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Nov 18, 2024
1 parent 8041969 commit 52148c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/integration/soc_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __init__(self, platform, clk_freq,

# Add UARTBone.
if with_uartbone:
self.add_uartbone(baudrate=uart_baudrate, fifo_depth=uart_fifo_depth, with_dynamic_baudrate=with_dynamic_baudrate)
self.add_uartbone(baudrate=uart_baudrate, with_dynamic_baudrate=uart_with_dynamic_baudrate)

# Add UART.
if with_uart:
Expand Down

0 comments on commit 52148c7

Please sign in to comment.