litex_sim: Update SPI Flash support.

This commit is contained in:
Florent Kermarrec 2022-01-21 10:05:07 +01:00
parent bcc9c14c7e
commit 443faef33b
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ class Platform(SimPlatform):
# Simulation SoC -----------------------------------------------------------------------------------
class SimSoC(SoCCore):
mem_map = {**SoCCore.mem_map, **{"spiflash": 0x80000000}}
def __init__(self,
with_sdram = False,
with_ethernet = False,