Skip to content

Commit a92ccd6

Browse files
committed
ypcb_00338_1p1: Default to JTAG UART (for CI).
1 parent ec62087 commit a92ccd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

litex_boards/targets/ypcb_00338_1p1.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def __init__(self, sys_clk_freq=125e6,
7070
# CRG --------------------------------------------------------------------------------------
7171
self.crg = _CRG(platform, sys_clk_freq)
7272

73-
# SoCCore -------------------------------------------------------------------------------
73+
# SoCCore ----------------------------------------------------------------------------------
74+
if kwargs["uart_name"] == "serial":
75+
kwargs["uart_name"] = "jtag_uart"
7476
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on YPCB-00338-1P1", **kwargs)
7577

7678
# DDR3 SDRAM ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)