Forum Discussion
Hi,
The tcl scripting using in system console as link below with chapter 2.6:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qps-debug.pdf
The system console is a debugging tool. Before using the system console , there are some steps need to be done as below:
1. Add an IP Core to the Platform Designer (Standard) system.
2. Generate the Platform Designer (Standard) system.
3. Compile the design.
4. Connect a board and program the FPGA.
Then only can used the system console tool to debug the system.
The document as link below is the tutorial using system console:
https://www.intel.com/content/www/us/en/programmable/customertraining/webex/Adv_Qsys_SysCon_p2/System_Console.pdf
You may refer to the document as link below for more information in tcl scripting used in design flow:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf
Thanks.