litex-buildenv icon indicating copy to clipboard operation
litex-buildenv copied to clipboard

Target files use old style of memory map updates

Open niklasnisbeth opened this issue 5 years ago • 0 comments

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.

niklasnisbeth avatar Dec 29 '19 13:12 niklasnisbeth