soc_core: remove 256MB mem_map limitation
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 27 Jun 2019 21:07:26 +0000 (23:07 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 28 Jun 2019 20:10:02 +0000 (22:10 +0200)
commit740629ba53944fc04fca79e433508a67cfe0f02f
tree5e710bf4b73ad724eeff1bb2d4ddd9eb632fd8d6
parentb65968c3294e81c770751d529103e2b6fd1b657a
soc_core: remove 256MB mem_map limitation

mem_map was limited to 8 256MB for simplicity but has become an issue for
complex SoCs. Default mem_map size is still 256MB (retro-compatibility) but
size can now be specified.
litex/soc/integration/soc_core.py