Forum Discussion
Altera_Forum
Honored Contributor
21 years agoTCL Script File for Stratix II Board
Hi there, I'd received the new STRATIX II board with EP2S60F672C5ES device. To start my new Nios application I would like to use a TCL Script to auto assign the IO Pins. (like existing TCL ...
Altera_Forum
Honored Contributor
21 years agoHi,
Is it the basics you need or do you have a specific problem? Anyway some basics : Rather simple. Make your new tcl file (cut and past the standard things like RAM, ... connections) and add your own. Open the TCL console in the Quartus software and do "source xxx.tcl" xxx = file name. TO look if you are in the correct directory, use "pwd" and eventually cd to an other one. Stefaan