This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS-5 GIC registers in debugger register view?

Greetings,

Im using DS-5 with my board (Cyclone V SoC FPGA with Cortex A9) and I cant find GIC and some other private peripherals of my MCU (like private timers etc.) in Registers view while in debugger mode.

Am I missing something? Should it be visible or not?

Parents
  • I believe that folder contains configs for many boards - are you using one of the default Cyclone configurations in the tool, that should only show the appropriate peripheral set. If you use the folder with a generic connection, then it will show all, as it would not know which set to use.

    That being said, I note you are refering to the Arm GIC, and so this should not be needed as part of this. I don't have a Cyclone board to hand but with basic testing with an FVP virtual platform, I also note that GIC registers are not visible for Cortex-A9... let me check on this internally...

Reply
  • I believe that folder contains configs for many boards - are you using one of the default Cyclone configurations in the tool, that should only show the appropriate peripheral set. If you use the folder with a generic connection, then it will show all, as it would not know which set to use.

    That being said, I note you are refering to the Arm GIC, and so this should not be needed as part of this. I don't have a Cyclone board to hand but with basic testing with an FVP virtual platform, I also note that GIC registers are not visible for Cortex-A9... let me check on this internally...

Children