Knowledge Base Article
Does the Quartus II Settings File support all Tcl syntax?
Description
The Quartus® II Settings File (.qsf) supports only a limited subset of Tcl commands. To make assignments using Tcl syntax which is unsupported in the .qsf, perform the following steps:
- Create a text file with the extension
.tcland enter your Tcl commands - Add the file to your Quartus II project by editing your .qsf and add the following line:
set_global_assignment -name SOURCE_TCL_SCRIPT_FILE <filename>
Updated 2 months ago
Version 3.0No CommentsBe the first to comment