Forum Discussion
Altera_Forum
Honored Contributor
12 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