In RTL code of A9mp platform provided by ARM, I see that almost all registers are renamed and are out of order(There are registers named R0-R55). This make it quite difficult for me to debug some problems.
So how can I match them with R0-R14, especially for SP and LR ?
Hello,
if you can access the RTL, I think you can also use DSM (Design Simulation Model).
If my memory was correct, DSM shows architectural registers.
Can you use DSM for your program debug?
Best regards,
Yasuhiko Koumoto.