pulp-platform / pulp-sdk

Apache License 2.0
99 stars 73 forks source link

question on how to configure customized memory map #111

Open soskhong opened 2 years ago

soskhong commented 2 years ago

Hi,

I have tried the basic instructions to run examples on gvsoc virtual platform and they all look good.

Now, I want to try customized memory map using Pulpissimo platform.

For example, currently ROM is at 0x1A00_0000 and L2 is at 0x1C00_0000. If I want to change the base addresses to ROM @ 0x1B00_0000 / L2 @ 0x1C10_0000, how I can do so? (Numbers are just random numbers within the gaps I found in Pulpissimo memory map)

Is there a instruction on

Thanks!