Forum Discussion
anil_naik
New Contributor
5 years agoQsys On-chip memory access
Hi All,
We have Qsys design with JTAG to Avalon Master Bridge and On-chip memory targeted to MAX10 Dev Board.
Could not access memory through system console. seeing following error
SEVERE: mas...
sstrell
Super Contributor
5 years agoYour $ocram Tcl variable becomes a string variable because of the "x", so that's probably why the command is failing. Just put the address itself in the master_read_32 command to test. If you're going to need a variable for this address in a script, you'll probably need to do some Tcl "finagling". I like the Tcl reference here: http://tmml.sourceforge.net/doc/tcl/index.html
anil_naik
New Contributor
5 years agoThanks for sharing Tcl reference.
I have tried with below command as well but still errored out
master_read_memory $c_path 0 32
Do we need valid quartus license for program and debug?