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)
|
self.crg = _CRG(platform, sys_clk_freq, sdram_rate=sdram_rate)
|
||||||
|
|
||||||
# SoCCore ----------------------------------------------------------------------------------
|
# SoCCore ----------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
kwargs['uart_name'] = "stub"
|
||||||
|
|
||||||
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on Vanille", **kwargs)
|
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on Vanille", **kwargs)
|
||||||
|
|
||||||
# DRAM -------------------------------------------------------------------------------------
|
# DRAM -------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue