mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/machdyne_vanille: set uart_name to stub
This commit is contained in:
parent
a1df389c7e
commit
cb43cdf6f9
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue