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

valid verilog module syntax is not recognized #6

Open
cospan opened this issue Jun 10, 2015 · 1 comment
Open

valid verilog module syntax is not recognized #6

cospan opened this issue Jun 10, 2015 · 1 comment

Comments

@cospan
Copy link
Contributor

cospan commented Jun 10, 2015

When building an FPGA image the tool analyzes verilog modules to determine if build depends on them,

A module can be declared with the beginning parenthesis on the first line:

module verilog_module (

or with the parenthesis on the second line

module verilog_module
(

The system is not recognizing the second version

@cospan
Copy link
Contributor Author

cospan commented Jan 3, 2016

generate statements confuse the verilog parser

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

No branches or pull requests

1 participant