Success! Subscription added.
Success! Subscription removed.
Sorry, you must verify to complete this action. Please click the verification link in your email. You may re-send via your profile.
This is a page to provide useful examples of Qsys system scripts. Qsys system scripts can be run with the qsys-script command line tool. The Tcl API for system scripting is documented in the Creating a System with Qsys chapter of the Quartus II Handbook.
You will use the system script File:Save script.tcl to save a Qsys system to a Tcl script. Save this script to your working directory with your .qsys file. Make sure the script is named "save_script.tcl" when you save it.
To create a Tcl script based on a system:
qsys-script \
--cmd="set system_name <systemname>" \
--script=save_script.tcl \
--system-file=<system>.qsys
To create the .qsys file from the saved script:
qsys-script --script=my_system.tcl
Community support is provided Monday to Friday. Other contact methods are available here.
Intel does not verify all solutions, including but not limited to any file transfers that may appear in this community. Accordingly, Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
For more complete information about compiler optimizations, see our Optimization Notice.