ocp_tap_timecard: Fix CI.

This commit is contained in:
Florent Kermarrec 2023-01-13 10:55:07 +01:00
parent 1e35d78512
commit 8b0d4787c7
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class BaseSoC(SoCCore):
self.crg = CRG(platform, sys_clk_freq)
# SoCCore ----------------------------------------------------------------------------------
kwargs["uart_name"] = "crossover"
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on OCP-TAP TimeCard", **kwargs)
# XADC -------------------------------------------------------------------------------------