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

Scope resolution operator not supported in port declarations #315

Closed
veripoolbot opened this issue Jan 11, 2011 · 2 comments
Closed

Scope resolution operator not supported in port declarations #315

veripoolbot opened this issue Jan 11, 2011 · 2 comments

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Divyanand Kutagulla
Original Redmine Issue: 315 from https://www.veripool.org
Original Date: 2011-01-11


Given port declaration verilog code:
input UPF::supply_net_type vddmp;

Verilog::Parser errors out on the scope-resolution operator

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2011-01-11T20:45:06Z


Works for me, perhaps you forgot to include the code that declares UPF?

package imp_test_pkg;
typedef logic [7:0] byte_t;
endpackage
module #�;
input imp_test_pkg::byte_t i;
endmodule

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2011-01-12T00:00:36Z


User's issue

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