qmtech_xc7a35t: Fix default build.

This commit is contained in:
Florent Kermarrec 2021-07-28 12:23:24 +02:00
parent 1f4383475a
commit 6ce5db1b90
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ class BaseSoC(SoCCore):
platform = qmtech_xc7a35t.Platform(toolchain=toolchain, with_daughterboard=with_daughterboard)
# SoCCore ----------------------------------------------------------------------------------
if kwargs["uart_name"] == "serial":
kwargs["uart_name"] = "jtag_uart"
SoCCore.__init__(self, platform, sys_clk_freq,
ident = "LiteX SoC on QMTech XC7A35T" + (" + Daughterboard" if with_daughterboard else ""),
ident_version = ident_version,