TCL help for Quartus II 4.0

Status
Not open for further replies.

cnspy

Full Member level 3
Joined
Sep 10, 2002
Messages
150
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Activity points
1,041
How to add files to project by using tcl in Quartus II 4.0?

Or can anyone give me any tcl example for Quartus with:
create project
add files to project
set environment
compile project
simulation
...
...
...

Thanks in advance.
 

I don't have my tcl script for my project handy right now but here is a simple way to figure out what the correct syntax is. open up the project in quartus. Add a file or two in the GUI. then write out the tcl script. The GUI version can do this. Now you can open the generated tcl script and search for the file that you added. The syntax for adding files may then be replicated. This is also a handy thing to do to dfine I/O pins, types, and logic lock regions. Generate a sample of each of the pertinent things that you want in the GUI and then write out te TCL script.
Once you have the syntax it is much easier to just use a text editor to add more items.
 

I agree with saker.
Additionally, you can also open .qsf file with notepad. There exits what you want.
I recommend you to browser @lter@.com. There are several typical tcl design examples.
 

Re: TCL help for qu@rtus II 4.0

cnspy said:
How to add files to project by using tcl in qu@rtus II 4.0?

Or can anyone give me any tcl example for qu@rtus with:
create project
add files to project
set environment
compile project
simulation
...
...
...

Thanks in advance.

In QII Edit-> Insert Template ->
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…