Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

TCL 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.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Just as a clarification. I generally use the ActiveState TCL distribution because it enables me to debug from the komodo IDE.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I've tried to do that sometime ago but it was a complete failure. TCL implementation in Quartus is modified and has some includes automatically done. So it's a lot of problem ahead.

    I recommend you to stay with Quartus_sh. I still prefer have reliable tools and use my time on my projects than on Altera scripts beyond user control.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi everyone,

    First time posting on this forum. My Senior Design team is utilizing the ::quartus::jtag TCL library and was wondering if anyone else had any comments on this thread.

    HIPEEs (Hardware Integrated Prototyping Environment Engineers)