sds1104xe: defaults to Crossover UART.

This commit is contained in:
Florent Kermarrec 2021-01-08 19:00:41 +01:00
parent ab72f69937
commit c6e75122d9
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ class BaseSoC(SoCCore):
platform = sds1104xe.Platform()
# SoCCore ----------------------------------------------------------------------------------
if kwargs["uart_name"] == "serial":
kwargs["uart_name"] = "crossover" # Defaults to Crossover UART.
SoCCore.__init__(self, platform, sys_clk_freq,
ident = "LiteX SoC on Siglent SDS1104X-E",
ident_version = True,