-
Notifications
You must be signed in to change notification settings - Fork 1
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
Verilog include file is missing #50
Comments
I'm not into Verilog so much. I know there are sources ( Are include files further files? I would model it so:
E.g. the latter could be used in a VHDL context if a |
Typically you would give the Verilog include files the *.vh / *.svh file extension to easily distinguish them from regular Verilog files. |
I think I would prefer it's a boolean attribute to the |
Latest changes are on dev branch. |
There should be a way to specify if the VerilogSourceFile or SystemVerilogSource file is an included file. I suggest this can be a property in the class or a new class.
The text was updated successfully, but these errors were encountered: