mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
boards/targets/ulx3s: reduce l2_size
This commit is contained in:
parent
75d073f394
commit
71fc34d7b6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class BaseSoC(SoCSDRAM):
|
|||
platform = ulx3s.Platform(toolchain="prjtrellis")
|
||||
sys_clk_freq = int(25e6)
|
||||
SoCSDRAM.__init__(self, platform, clk_freq=sys_clk_freq,
|
||||
l2_size=32,
|
||||
integrated_rom_size=0x8000,
|
||||
**kwargs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue