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

Package fixes #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Package fixes #20

wants to merge 2 commits into from

Conversation

fpgauserdude
Copy link
Collaborator

There were many dependencies that svinst was not finding in my code, mostly instances of systemverilog packages. There are changed introduced to fix this.

Sometimes an instance of a package was indistinguishable from a class instance. I therefore also added the ability to detect class declarations that would then be used later to to remove instances of classes that looked like packages.

The other change in this branch is there is a new command line switch that allows for code to be passed on stdin rather than read from a file. This allows for avoiding the need to read the file from the disk multiple times when used in conjunction with other tools and may improve performance when processing thousands of files.

…ly; specifically we have introduced the detection of classes
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.

1 participant