From 835e681497a831584a81c473f996656ed7e1b0b6 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Wed, 26 Nov 2014 15:59:29 +0000 Subject: [PATCH] Added point 100 h) support for multiple libRootDirs for finding hdllib.cfg files. --- tools/hdltool_readme.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/hdltool_readme.txt b/tools/hdltool_readme.txt index d9b662800f..95eb4ba8b7 100644 --- a/tools/hdltool_readme.txt +++ b/tools/hdltool_readme.txt @@ -523,7 +523,14 @@ g) regression test script The tests can be identified by the values of some test_* or verify_* key. The pure VHDL test benches could be purphaps also be regarded as a special case of the Pyhton MM - VHDL tests, ie. as a test without MM. - +h) multiple libRootDirs for finding hdllib.cfg files + Currently hdlib.cfg files are search from one rootDir by find_all_dict_file_paths() in common_dict_file.py. It + would be usefule to be able to specify multiple rootDirs for the search path. This allows finding eg. all + hdllib.cfg in two different directory trees without having to specifiy their common higher directory root which + could be a very large tree to search through. Furthermore by being able to specify the rootDirs more precisely + avoids finding unintended hdllib.cfg files. + + 101) More ideas -- GitLab