Skip to content

Commit

Permalink
targets/machdyne_vanille: set uart_name to stub
Browse files Browse the repository at this point in the history
  • Loading branch information
inc committed Jun 22, 2024
1 parent a1df389 commit cb43cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions litex_boards/targets/machdyne_vanille.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def __init__(self, revision="v0", device="12F", sdram_device="W9825G6KH6", sdram
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 -------------------------------------------------------------------------------------
Expand Down

0 comments on commit cb43cdf

Please sign in to comment.