Replies: 1 comment 5 replies
-
|
If you just want parsing you can do |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a SV file that references external packages and modules.
Is there a way to parse only the input file while ignoring unknown packages/types?
I'm using:
slang testframe.sv --ast-json testframe.json --ignore-unknown-modulesBut I get:
--ignore-unknown-modulesworks for module instantiations, but not for package references.I'm looking for a generic CLI option that allows parsing any SV file without needing to know its dependencies upfront. Something like
--ignore-unknown-packagesor--ignore-unresolved-types.Beta Was this translation helpful? Give feedback.
All reactions