1

I am using an Arty Z7 and storing certain data in DDR memory and would like to view the contents of memory during the execution of my program. I would like to do this so I can ensure what I am storing in memory is what I expect. Is this possible to do this in the Vitis debugger and if so, how?

1 Answer 1

2

Of course this is possible to do in Vitis! I'm using Vitis 2020.2 but the steps should be largely the same in any version.

  1. Start a debug session
  2. Pause execution
  3. Click "Window > Memory Browser"
  4. A memory browser tab opens
    1. You can drag this tab to a different area if you like
  5. Enter an address or expression in the box
  6. You can scroll the memory view to quickly access nearby memory addresses instead of typing them in.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.