Forum Discussion
Read from memory
You may checkout the In System Memory Content Editor (ISMCE) tool, to view and update memories and constants at runtime through the JTAG interface.
You are using JTAG to Avalon® Master Bridge, which is the Debug Agent Providing Service for system console.
In that case, you can use System Console debug tool for debugging.
Regards,
Richard Tan
- Yassine-Ca1 year ago
New Contributor
Hi,
Thank you for your reply.
I used system console, I write the commands as open_service ....then It works successfully, but when I write the commands as: master_read_memory, master_read_16, master_read_8 and even master_read_32, I get :
WARNING: This transaction has not completed in 10 seconds. System Console will keep trying for 50 more seconds.GRAVE: master_read_memory: This transaction did not complete in 60 seconds. System Console is giving up.
Can you tell me if may be something is missing on the quartus project or OnChip memory configuration in Platform Designer.
Regards