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

iverilog current file search path #4907

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

jimktrains
Copy link
Contributor

In the vein of commit ea72d66 "Verilator current file search path (#3500)"

This includes the directory of the current file in the library search path. From man iverilog:

       -ylibdir
           Append  the  directory  to the library module search
           path. When the compiler finds an undefined module, it
           looks in these directories for files with the right name.

In the vein of commit ea72d66 "Verilator current file search path (dense-analysis#3500)"

This includes the directory of the current file in the library
search path. From `man iverilog`:

           -ylibdir
               Append  the  directory  to the library module search
               path. When the compiler finds an undefined module, it
               looks in these directories for files with the right name.
@jimktrains
Copy link
Contributor Author

Thanks for making the tests so easy to run!

Copy link
Contributor

@hsanson hsanson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@hsanson hsanson merged commit 699c0db into dense-analysis:master Feb 16, 2025
7 checks passed
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.

2 participants