Navigation Menu

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

Pin connection incomplete #98

Closed
veripoolbot opened this issue Jun 17, 2009 · 2 comments
Closed

Pin connection incomplete #98

veripoolbot opened this issue Jun 17, 2009 · 2 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Saul Cuellar
Original Redmine Issue: 98 from https://www.veripool.org
Original Date: 2009-06-17
Original Assignee: Wilson Snyder (@wsnyder)


Hi Wilson,

Actually I'm having some problems with the SigParse's callback "pin". The problem shows that the connection string it's not complete when I use a variable declared inside an interface. Example:

module x(interfacex x_if);

h inst_h(.push(x_if.pop));

endmodule

When the callback pin is excuted then it got as connection the string "x_if..". Is this the expected behavior? I would like to get the complete connection "x_if.pop". Could you provide a solution or give me a workaround?

Thank you in advance

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2009-06-18T00:55:39Z


Woops, simple off-by-one error. Sorry.
Fixed in the GIT version, will be in next release.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2009-09-30T16:04:03Z


Fixed in 3.212.

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