2.1. Step 1: Getting Started with System Console
Follow these steps to copy the tutorial reference design files to your working environment, open System Console, and execute basic commands:
- Obtain the System Console Getting Started Design Example from the Intel FPGA Design Store. Download the .qar file for the tutorial design.
- In the Quartus® Prime software, click File > Open Project to open the blink.qar project archive file.
- To open the System Console, click Tools > System Debugging Tools > System Console. System Console opens and automatically searches for devices connected to the JTAG cable.
Figure 4. System Console Window
- To display a list of all available commands, run the following command:
help help
Figure 5. Display a List of all Available Commands
- To list the devices available to System Console, run the following command in the Tcl Console located at the bottom right corner of the System Console.
get_service_paths device
- In the Tcl Console, type get and then press the Tab key. Tab completion then displays a list of all available commands that begin with get. Press the Up and Down keys to scroll the commands list. Press the Enter key to select a command from the list. Press the Up and Down keys to scroll through and execute or modify previously executed commands.
Figure 6. Tab Completion Shows Available Commands
- To view help information on any command, pass the command to the help command for example:
help get_service_paths
Figure 7. get_service_paths Command Help
- In the Tcl Console, type get and then press the Tab key. Tab completion then displays a list of all available commands that begin with get. Press the Up and Down keys to scroll the commands list. Press the Enter key to select a command from the list. Press the Up and Down keys to scroll through and execute or modify previously executed commands.