Forum Discussion

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

quartus TCL enter text

Dear All,

anybody would know how to write in quartus tcl 'a stuff' which will open simple text window and asks user to write down a piece of text which would finish in a variable once the 'OK' button is pressed?

any help kindly appreciated

thanks

d.

2 Replies

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

    You want Tk(which I've only used once, and found quite painful, although my GUI was pretty complex, pretty much an early version of the design space explorer). Tk is installed, and go to your quartus install directory/bin/tk8.5/demos and you'll find some simple examples. Obviously it's worth while to get a book on this to understand it better, but that might be good enough for what you need.