From a1ac6858c79f410e7bdf03ab2486a63a0a46c524 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 13 Nov 2014 16:08:46 +0000 Subject: [PATCH] Each revision no has its own hdllib.cfg. Typically the top level entity has the same name as the library, but it may differ. --- tools/oneclick/base/quartus_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/oneclick/base/quartus_config.py b/tools/oneclick/base/quartus_config.py index 501dafa05b..a85b402af1 100644 --- a/tools/oneclick/base/quartus_config.py +++ b/tools/oneclick/base/quartus_config.py @@ -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']=='': -- GitLab