Skip to content
Snippets Groups Projects
Commit ee31237e authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected comment for technologyNames parameter.

parent 59a9aa77
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class HdlConfig: ...@@ -64,7 +64,7 @@ class HdlConfig:
The technologyNames parameter allow control over which HDL libraries are kept. If technologyNames is: The technologyNames parameter allow control over which HDL libraries are kept. If technologyNames is:
[] : Keep all HDL libraries that were found. [] : Keep all HDL libraries that were found.
['ip_stratixiv', 'ip_arria10'] : The HDL libraries with a hdl_lib_technology that does match '' or one of the technologies ['ip_stratixiv', 'ip_arria10'] : The HDL libraries with a hdl_lib_technology that is not '' or does not match one of the technologies
in technologyNames are removed from the list of HDL library dictionaries. in technologyNames are removed from the list of HDL library dictionaries.
""" """
self.libRootDir = libRootDir self.libRootDir = libRootDir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment