Version 20, changed by rfrazer. 08/19/2008. Show version history
Welcome to the System Console page on Nios Wiki.
Altera's System Console is a TCL console that provides access to hardware modules instantiated in your FPGA. You can use the System Console for all of the following purposes:
System Console is intended as a low level tool for tasks such as board bring up and device driver debugging. System Console along with SOPC Builder provides the framework and baseline functionality that you need to compose your own sophisticated instrumentation and verification solution.
System Console presents a new and unfamiliar command set; hopefully, this SystemConsoleQuickStartGuide will help ease usage for starting users.
Here is a link to the System Console User Guide
While System Console provides the low level TCL commands, a lot of useful and powerful functionality can be derived from stringing a series of commands together. Since System Console is a full fledged TCL interpreter, these can be saved as TCL Macros in file, and then the file can be sourced in the shell and used.
Please share your TCL Macros here and extend System Console's capabilties.
bsl430.tcl - Macro to program a Texas Instrument MSP430 micro-controller, using the BootStrapLoader (BSL) feature of the MSP430. Include Quartus/SOPC project, hardware schematic, TCL macro and sample files.
Programmable Master NEEK DDR Analysis Example - This example contains many scripts that allow you to create stimulus to the NEEK DDR memory interface with the Programmable Master component.
System Console Byte Stream Example - Using System Console to test and analyze streaming peripherals.The following posts are pre-release information. They are not guaranteed to be accurate, nor to remain accurate, in future releases. Please use with the understanding that any API is subject to change.