efinix_trion_t120_bga576: Set no_we on integrated_main_ram.
To allow --integrated-main-ram-size use.
This commit is contained in:
parent
430918756d
commit
2ea803b7d1
|
@ -48,6 +48,7 @@ class BaseSoC(SoCCore):
|
|||
#ident_version = True,
|
||||
integrated_rom_no_we = True, # FIXME: Avoid this.
|
||||
integrated_sram_no_we = True, # FIXME: Avoid this.
|
||||
integrated_main_ram_no_we = True, # FIXME: Avoid this.
|
||||
**kwargs
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue