Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify project directories and files with glob syntax #17

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

gmlarumbe
Copy link
Owner

This PR adds support for the glob and globstar patterns to specify files and dirs with the verilog-ext-project-alist variable. For example:

  • /proj_root/rtl/*/src
  • /proj_root/rtl/*/tb
  • /proj_root/block/rtl/*.sv
  • /proj_root/block/tb/*.*v
  • /proj_root/**/tb

Related issue: #15

@gmlarumbe gmlarumbe linked an issue Feb 12, 2024 that may be closed by this pull request
@gmlarumbe gmlarumbe merged commit ff6c49a into main Feb 12, 2024
0 of 4 checks passed
@gmlarumbe gmlarumbe deleted the glob branch February 12, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify project directories with * glob syntax
1 participant