Forum Discussion
Altera_Forum
Honored Contributor
15 years agothere is a Scripting Reference Manual:
http://www.altera.com/literature/manual/tclscriptrefmnl.pdf i create .qip files for various libraries. then i can add the library by editing the .qsf and adding the .qip file. for example:
set_global_assignment -name QIP_FILE ../vhdl_2008_fixed_float/vhdl_2008_fixed_float.qip
would mean at the same level as my project directory i have a directory containing the VHDL 2008 fixed/float packages