- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Airspan,
You can include design files libraries in your project. Specify libraries for a single project, or for all Quartus II projects.
- The.qsf stores project library information.
- The quartus2.ini file stores global library information.
Click Assignment > Settings. Click Libraries and specify the Project Library name or Global Library name.
Alternatively, you can specify project libraries with SEARCH_PATH in the .qsf, and global libraries in the quartus2.ini file.
Regards
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, but could the different units in the project to be compiled to the different libraries? How to do so?
Actually I have deliveries from several sources. Some deliveries include files and modules with the same name, but different functionality. So, how to handle this situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page