Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17252 Discussions

Read VHDL files using TCL command

Altera_Forum
Honored Contributor II
1,620 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
803 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
803 Views

Thanks a lot!

0 Kudos
Altera_Forum
Honored Contributor II
803 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