Altera_Forum
Honored Contributor
17 years agoPassing parameters to tcl scripts
Hi everyone! I made a simple tcl script to copy my .sof file to a network-disk folder, then convert the whole PFGA chain to the rbf format.
Is it possible to pass a parameter to the tcl script? I would like to give the name of the rbf file to the script, as a command line argument. The script is executed in the tcl consolle of Quartus II. Up to now, the only way I could find is is to modify the tcl script with an editor. Anyone can help me? bye