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