5.34.4 Example
Add a file named foo.vhd from the ./project/hdl directory to the library 'my_lib'
add_file_to_library -library my_lib -file ./project/hdl/foo.vhd
add_library
Adds a VHDL library to your project.
add_library
-library name
Add a file named foo.vhd from the ./project/hdl directory to the library 'my_lib'
add_file_to_library -library my_lib -file ./project/hdl/foo.vhd
add_library
Adds a VHDL library to your project.
add_library
-library name
Rev: A