Forum Discussion
Altera_Forum
Honored Contributor
8 years ago[Quartus] how to define the compilation libraries for VHDL files?
Hi All, In Quartus Prime, how can I define the compilation library each VHDL file? For example, I'd like the file top.vhd file will be compiled into 'work' library and all the *_pkg.vh...
Altera_Forum
Honored Contributor
8 years agowhy would you put all the packages in their own library? packages should be in appropriate libraries.
To set the library in the gui, in the file list in assignments-> settings, click properties and change the file's library there. Otherwise, in the .qsf: set_global_assignment -name VHDL_FILE <myfile> -library <mylib>