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

Removed debug print of self.technology_names.

parent 9879fb9a
Branches
No related tags found
No related merge requests found
...@@ -93,7 +93,6 @@ class HdlConfig: ...@@ -93,7 +93,6 @@ class HdlConfig:
# Keep the generic HDL libraries and remove those that do not match the specified IP technologies # Keep the generic HDL libraries and remove those that do not match the specified IP technologies
self.technologyNames = self.tool_dict['technology_names'].split() self.technologyNames = self.tool_dict['technology_names'].split()
self.removed_dicts = [] self.removed_dicts = []
print 'self.technologyNames=',self.technologyNames
if len(self.technologyNames)>0: if len(self.technologyNames)>0:
for d in self.libs.dicts: for d in self.libs.dicts:
if not(d['hdl_lib_technology']=='' or d['hdl_lib_technology'] in self.technologyNames): if not(d['hdl_lib_technology']=='' or d['hdl_lib_technology'] in self.technologyNames):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment