litex icon indicating copy to clipboard operation
litex copied to clipboard

soc/builder: add initialize_memory()

Open AndrewD opened this issue 1 year ago • 0 comments

Allows the target soc to override memory initialization: rom and/or ram.

Includes documentation for example usage to compile soc target specific software and load it to main_ram. This mechanism can also be used to load a custom bios into ROM instead of the standard Litex bios.

AndrewD avatar Dec 22 '23 05:12 AndrewD