Visible to Intel only — GUID: koe1607597114558
Ixiasoft
Visible to Intel only — GUID: koe1607597114558
Ixiasoft
4.4.4.4. Sending Commands to the Temperature Reading Design Example
- From the Quartus® Prime menu, select Tools > System Debugging Tools > System Console.
- In the System Console window, click inside the TCL Console tab.
- Enter the following command: source main.tcl
The console loads the main.tcl script.
- Enter a supported command in the System Console, for example, get_temperature_5.
Refer to the related information for the commands supported by the main.tcl script.
The System Console displays the results after the command. The first element of the results represents the header of the Mailbox Client with Avalon® Streaming Interface IP response.
The header shows the executed command routine number, the number of expected argument for the command, and an error code if there is an error with the request. In the example, get_temperature_5 is routine number seven (07), it expects one (01) argument, and there is no error.