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

Remove note.

parent 92549fbc
No related branches found
No related tags found
No related merge requests found
...@@ -374,13 +374,6 @@ if __name__ == '__main__': ...@@ -374,13 +374,6 @@ if __name__ == '__main__':
for sim_dir in msim.get_lib_build_dirs('sim'): for sim_dir in msim.get_lib_build_dirs('sim'):
print ' ', sim_dir print ' ', sim_dir
if len(msim.unavailable_use_libs)>0 or len(msim.unavailable_include_ip_libs)>0:
print ''
print 'Note: unavailable library names occur when e.g. a technology IP library is not available in the toolRootDir because it is not needed,'
print ' or it may indicate a spelling error.'
print ". The following unavailable library names were found at one or more 'hdl_lib_uses_*' key = ", msim.unavailable_use_libs
print ". The following unavailable library names were found at one or more 'hdl_lib_include_ip' key = ", msim.unavailable_include_ip_libs
print '' print ''
print 'Create library compile order files for simulation.' print 'Create library compile order files for simulation.'
msim.create_lib_order_files('sim') msim.create_lib_order_files('sim')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment