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

Added found lib paths to the logging.

parent caebaf34
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,12 @@ if __name__ == '__main__': ...@@ -183,6 +183,12 @@ if __name__ == '__main__':
print '#' print '#'
print '# ModelsimConfig:' print '# ModelsimConfig:'
print '#' print '#'
print ''
print 'HDL library paths that are found in $%s:' % libRootDir
for p in msim.libs.filePaths:
print ' ', p
print ''
print 'Derive library compile order = ', msim.derive_lib_order() print 'Derive library compile order = ', msim.derive_lib_order()
print '' print ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment