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

Verilog::Parser empty generate endgenerate #422

Closed
veripoolbot opened this issue Nov 28, 2011 · 2 comments
Closed

Verilog::Parser empty generate endgenerate #422

veripoolbot opened this issue Nov 28, 2011 · 2 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Walter Lavino
Original Redmine Issue: 422 from https://www.veripool.org
Original Date: 2011-11-28
Original Assignee: Wilson Snyder (@wsnyder)


Below code would generate error:

%Error: walo_001.v:8: syntax error, unexpected endgenerate

@
module any
(
// input a,
// output b,
);

generate
endgenerate

generate
// always @(*) begin
// end
endgenerate

endmodule
@

regards,
Walo

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2011-11-28T12:46:33Z


Simple enough, thanks for the report.

In git towards 3.313.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2011-12-14T14:33:24Z


In 3.313.

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

2 participants