Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
835e6814
Commit
835e6814
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added point 100 h) support for multiple libRootDirs for finding hdllib.cfg files.
parent
9c872374
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/hdltool_readme.txt
+8
-1
8 additions, 1 deletion
tools/hdltool_readme.txt
with
8 additions
and
1 deletion
tools/hdltool_readme.txt
+
8
−
1
View file @
835e6814
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment