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

Question: verilog-library-directories mutliple wildcards #1178

Closed
veripoolbot opened this issue Jul 14, 2017 · 5 comments
Closed

Question: verilog-library-directories mutliple wildcards #1178

veripoolbot opened this issue Jul 14, 2017 · 5 comments
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Jonathan Ferguson
Original Redmine Message: 2284 from https://www.veripool.org


Hello, I'm trying to use verilog-library-directories with multiple wildcard but it does not work can someone please advise

The problem can be seen with the following

This works
(verilog-expand-dirnames (list "." "../*/" ))

but this does not
(verilog-expand-dirnames (list "." "..///" ))

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-07-14T13:15:55Z


Fixed in git and verilog-mode-2017-07-14-c36a886-vpo.

P.S. Be careful using this, as obviously it may need many disk operations which can become quite slow.

P.P.S. If you have additional obvious problems or bugs (versus questions) please file an issue as opposed to using the forum, otherwise there's a risk your request might get accidentally missed. Thanks.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Jonathan Ferguson
Original Date: 2017-07-14T13:23:32Z


Thanks and noted on the issues vs forum

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Jonathan Ferguson
Original Date: 2017-07-14T15:17:13Z


Thanks that's working great now.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Jonathan Ferguson
Original Date: 2017-07-21T11:28:50Z


Hello, How do I flush or prevent caching of the directory paths?

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-07-21T16:58:13Z


(setq verilog-dir-cache-list t)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant