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__':
print '#'
print '# ModelsimConfig:'
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 ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment