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 ago --- Quote Start --- Ok, I can use any of the 3 ways to get the value. I am just asking if I write down the code that u gave, that work for these 3? To run the script, I just need to build a GUI and do the Tcl procedure including the 3 codes that you gave me? --- Quote End --- Yes, if you build a Qsys system that contains a single JTAG-to-Avalon-MM master, then you should be able to use the Tcl scripts included with the tutorial directly. If it does not work, then look at the jtag_open command in the server Tcl code to see that the sequence works for your implementation (you can manually enter those commands in System Console to check). Cheers, Dave