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 --- how can I use all (Client + Server) to run it in a simple way? --- Quote End --- I've already explained how to do that already. The server can be run in debug mode, where it reads and writes to an internal Tcl variable. The client can then be run and talk to the server. Reads and writes to addresses are "cached" in the server in a variable. Reads to a new address return zero, writes followed by reads to an address return the value written. Cheers, Dave