soc_core: fix integrated_sram_size argument type
authorMateusz Holenko <mholenko@antmicro.com>
Tue, 21 Jan 2020 15:36:45 +0000 (16:36 +0100)
committerMateusz Holenko <mholenko@antmicro.com>
Thu, 23 Jan 2020 12:45:16 +0000 (13:45 +0100)
commitc4bb4169f1a4b9414468c3d00661baccc8246d6a
tree27c2f53078f2ab4ee453bb8bf1deebb8b7c560be
parentd39dc8cf5d3eb640b9f98543c0d2a9ebb65f4c40
soc_core: fix integrated_sram_size argument type

Right now it's kept as a string and crashes
when trying to do math operations on it.
litex/soc/integration/soc_core.py