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

Added point 100 h) support for multiple libRootDirs for finding hdllib.cfg files.

parent 9c872374
Branches
No related tags found
No related merge requests found
...@@ -523,6 +523,13 @@ g) regression test script ...@@ -523,6 +523,13 @@ 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 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. 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 101) More ideas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment