Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Kimberley,
--- Quote Start --- The next System Console session works for "figure 14". Except the reading and writing of the ram. It appears that the response is overwriting other addresses as well, or the response is always the latest written value. See attached the image of System Console writing and reading to address 0 and 1, with both different values. When I re-read address 0, after I have written to address 1 as well, address 0 returns the value of address 1. I've also attached an image of my sopc system. --- Quote End --- The Avalon-MM address passed to the procedure needs to be byte based, i.e., address 0 is the first address for a 32-bit write, while address 4 is the next address for a 32-bit write. Avalon-MM masters and the SOPC address map is byte-based ... sorry for not making that clearer :) --- Quote Start --- The second question is: How do I get the tcl prompt as in "figure 15". Or in otherwords: How do I start a quartus_stp session that gives me a tcl prompt. When I type it in a dos-prompt I don't get a tcl prompt. See also an image attached of what I got. --- Quote End --- quartus_stp -s Cheers, Dave