litex-buildenv
litex-buildenv copied to clipboard
Target files use old style of memory map updates
A lot of targets use an old style of setting mem_map, e.g.
mem_map = {
...
}
mem_map.update(SoCCore.mem_map)
They should be updated to use the new functions.