Forum Discussion

tommmy's avatar
tommmy
Icon for New Contributor rankNew Contributor
2 years ago

Bug report -- Platform Designer generate .regmap with all peripherals' Address set 0x00000000

the baseAddress in .regmap file generated by *.sopcinfo using Platform designer is not right.

it always has these content in every peripheral node:

<peripheral>

...

<baseAddress>0x00000000</baseAddress>

...

</peripheral>

the baseAddress should be set use the real base address in sopcinfo rather than just copy from the .svd file specified by SVD_PATH in *_hw.tcl.

.regmap can be very usefull when debugging nios2, if the baseAddress set correctly,.