Ashling* RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide

ID 730783
Date 7/26/2024
Public
Document Table of Contents

3.6.3. View Memory

Ashling* RiscFree* IDE for Intel® FPGAs supports memory browsers. You can view the content of On-Chip Memory (RAM) or other memory devices. This example targets the start address of On-Chip Memory (RAM) where an application begins.

To launch the memory browser, follow these steps:

  1. Go to Window > Show View > Memory Browser.
  2. Select Add Memory Monitor.
  3. Provide the memory address 0x0 and click OK.
    Figure 30. 
  4. Go to <Working directory>/software/app/build/Default folder.
  5. Open the hello.elf.objdump file.
  6. Search for Disassembly of section .entry.
  7. The disassembly shows that the information at starting address 0 is 0x36c006f, which is exactly the same as in the Memory Browser.
  8. You can continue to verify section .exceptions.
    Figure 31. Disassembly of an Application