Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How can I include another TCL file inside of the existing *.qsf file?

Altera_Forum
Honored Contributor II
2,109 Views

Hi All, 

 

How can I include another TCL file inside of the existing *.qsf file?  

 

The reason why I want to include another TCL file inside of the existing *.qsf file, is so that I'd like to separate Pins Assignment from the list of RTL and TestBench files, etc.  

 

So, I'd like to keep separate definition files for each purpose (e.g. as listed above) and only include them inside of the *.qsf file. 

 

How can I do so?  

 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,324 Views

You can use the source command in tcl. 

 

Dave
0 Kudos
Reply