targets/machdyne_vanille: set uart_name to stub
This commit is contained in:
parent
a1df389c7e
commit
cb43cdf6f9
|
@ -111,6 +111,9 @@ class BaseSoC(SoCCore):
|
|||
self.crg = _CRG(platform, sys_clk_freq, sdram_rate=sdram_rate)
|
||||
|
||||
# SoCCore ----------------------------------------------------------------------------------
|
||||
|
||||
kwargs['uart_name'] = "stub"
|
||||
|
||||
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on Vanille", **kwargs)
|
||||
|
||||
# DRAM -------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue