soc_core/get_mem_data: add json support
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 16 Mar 2019 20:23:36 +0000 (21:23 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 16 Mar 2019 20:23:36 +0000 (21:23 +0100)
commit3f386dad7dd3342498041cfe7c1ab68605cb35d4
tree4881d6f2d68c81ae9c00ef4064baabaf669463d6
parent7bc13ba841d129039d702beb623078138c2db023
soc_core/get_mem_data: add json support

example of json file:
{
    "vmlinux.bin":    "0x00000000",
    "vmlinux.dtb":    "0x01000000",
    "initramdisk.gz": "0x01002000"
}
litex/soc/integration/soc_core.py