mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_sim: Update SPI Flash support.
This commit is contained in:
parent
bcc9c14c7e
commit
443faef33b
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue