Altera_Forum
Honored Contributor
16 years agoTCL packages outside of Quartus executables
Is it possible to use the custom TCL commands outside of the Quartus executable such as quartus_sh.
I would like to be able to simply add a command such as package require ::quartus::jtag 1.0 to one of of my TCL scripts without having to run from within the Quartus TCL environment. Without that capability it is very difficult to debug scripts from an IDE such as Komodo. I have considered writing a wrapper for the quartus TCL commands that passes them to the executable, but this isn't the cleanest possible solution and may be redundant work. Any thoughts on this issue are appreciated.