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

Each revision no has its own hdllib.cfg. Typically the top level entity has...

Each revision no has its own hdllib.cfg. Typically the top level entity has the same name as the library, but it may differ.
parent 59f0d167
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ if __name__ == '__main__':
print ''
print 'HDL libraries with a top level entity for synthesis that are found in $%s:' % libRootDir
print ' %-20s' % 'HDL library', ': Revision(s)'
print ' %-20s' % 'HDL library', ': Top level entity'
syn_dicts = qsyn.libs.get_dicts(key='synth_top_level_entity')
for d in cm.listify(syn_dicts):
if d['synth_top_level_entity']=='':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment