Mali-G76 is include in RevC ARMvA FVP according to the fast_model_rg documents.
But I can't access Mali-G76 area.
Does anyone know how to bringup Mali IP ?
Hello, I was able to reproduce your issue with the default (Iris) based connection. If I created a new Model Connection using CADI as the interface, this region was readable.https://developer.arm.com/documentation/101469/2022-0/Migrating-from-DS-5-to-Arm-Development-Studio/Connect-to-new-or-custom-models
Hello again, I found an easier workaround. The issue you are seeing is due to the fact that this region expects 32-bit wide accesses.
You can force this in the debugger by defining a memory region:
memory 0x2d000000 +0x04000000 32
And then the debugger can access these addresses as expected:
For convenience, you can put this command in the Debug Configurations > Debugger > Execute debugger commands view so that it runs every time you connect.