ldm_as
Occasional Contributor
6 years agoSearch Path for Source Files
Hi All, What's the default Search Path for the source files in Quartus? How to define additional Search Paths? When the search paths are used (for include files, etc)? Thank you!
- 6 years ago
Hi Dmitry,
We can specify a library for each design file in various ways,
- Specifying a Destination Library Name in the Settings Dialog Box
- Specifying a Destination Library Name in the Quartus II Settings File or with Tcl
- On the Assignments menu, click Settings.
- In the Category list, select Files.
- Select the file in the File Name list.
- Click Properties.
- In the File Properties dialog box, select the type of design file from the Type list.
- Type the library name in the Library field.
- Click OK.
or
we can specify the library name with the -library option to the <language type>_FILE assignment in the Quartus II Settings File (.qsf) or with Tcl commands.
- set_global_assignment –name VHDL_FILE design.vhd –library my_lib
- set_global_assignment –name VERILOG_FILE header_file.h –library another_lib
Regards
Anand