Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- ... Or better question, What kind of mistakes would make your system console not talk to your design?? ... Thank YOU --- Quote End --- Please find here (http://www.alteraforum.com/forum/showthread.php?p=151952#post151952) a walkthrough on how to use the system console in conjunction with the JTAG master. Be aware that TCL uses whitespaces to separate multiple arguments like in the following code
set path ] 0]If you omit the whitespace between the two arguments of lindex the path variable will be set to nonsense. set path ]0]This code will execute but the subsequent service request will fail because of the non-existent master.