Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
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.
17267 Discussions

Read VHDL files using TCL command

Altera_Forum
Honored Contributor II
1,649 Views

Hi All, 

 

How could I read the VHDL source files into Quartus-II using the TCL commands?  

 

I'm seeking for something like following: 

read_rtl <path_to_rtl_file> 

 

Thank you
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
832 Views

assuming you're reading them into a project: 

 

set_global_assignment -name VHDL_FILE <my_vhdl_filepath> -library whatever
0 Kudos
Altera_Forum
Honored Contributor II
832 Views

Thanks a lot!

0 Kudos
Altera_Forum
Honored Contributor II
832 Views

There's always this: 

https://documentation.altera.com/#/00062145-NT$NT00061908 

I find it has too much info though. Generally do it once in the GUI, then go look at what appears in the .qsf. There's also the Tcl scripting reference: 

https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/manual/tclscriptrefmnl.pdf
0 Kudos
Reply