Question: Usage of '*' in verilog-library-directories #1411
Labels
Comments
Original Redmine Comment You can use * to mean a single wildcard, as with all of Linux it won't do a recursive decent to subdirectories. Note usually using verilog-library-flags is preferred as that matches simulator syntax.
However some simulators don't support wildcarding (with -y), and it can slow things down, so would probably discourage doing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author Name: ABC ABCDEF
Original Redmine Message: 2929 from https://www.veripool.org
Hi All,
Can I use '*' inside of the verilog-library-directories ?
I mean, is it possible to use just a partial file to the module location and for the rest path to use just '*'?
The text was updated successfully, but these errors were encountered: