Forum Discussion
Altera_Forum
Honored Contributor
13 years agoget value from master_read_32
Hello evryone, I am trying to do a GUI interface with tcl to load the .sof that I generated into the FPGA with tcl. I want also in this tcl script read from a memory adress, get a value and p...
Altera_Forum
Honored Contributor
13 years agoHello Dave,
thanks for answering so quick. I have a question: I have one Qsys with a component that I did and JTAG to Avalon Master Brige into the Qsys, connected. I did some tests to read a value with the avalon_master and I use this in Qsys console: # set m_path [lindex [get_service_paths master] 0] # open_service master $m_path # master_read_32 $m_path 0x00000000 1 # close_service master $m_path and with this I get the 32 bits value on the adress 0x00000000. When you write on your code JTAG it works with JTAG to Avalon Master Bridge or I need to change to other one in Qsys? King regards