diff --git a/tools/oneclick/base/hdl_config.py b/tools/oneclick/base/hdl_config.py index 614c535d51f57e7375f903c5a8273dd77eb919a6..5c217ff71398046eb685d79907ab38085c87726a 100644 --- a/tools/oneclick/base/hdl_config.py +++ b/tools/oneclick/base/hdl_config.py @@ -64,7 +64,7 @@ class HdlConfig: The technologyNames parameter allow control over which HDL libraries are kept. If technologyNames is: [] : 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. """ self.libRootDir = libRootDir