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

Add support for complex ports in Verilog-Perl #262

Closed
veripoolbot opened this issue Jun 8, 2010 · 2 comments
Closed

Add support for complex ports in Verilog-Perl #262

veripoolbot opened this issue Jun 8, 2010 · 2 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Evgeni Stavinov
Original Redmine Issue: 262 from https://www.veripool.org
Original Date: 2010-06-08
Original Assignee: Wilson Snyder (@wsnyder)


The following port declaration causes an error: "unexpected '{'. expecting CLASS-IDENTIFIER..."

module my_module ( Y, {A1, A2} , B, psup, nsup );
output Y;
input A1, A2, B;
input psup, nsup;
...

This is according to the Verilog specification of complex module ports.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-06-08T22:56:53Z


Thanks for the case.

Fixed in git for next release 3.241+

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-06-21T23:47:07Z


In 3.250.

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