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-auto-assign-modport (function) is not able expand signals if they non-logic based signals(typedef) #1069

Closed
veripoolbot opened this issue Jun 23, 2016 · 2 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Chakradhara Aradhyula
Original Redmine Issue: 1069 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


Hi

Auto assign modport is not able to resolve the signals that are typedef.

Ex:
interface INTF(input bit clk, reset);

logic A;
type_def_B B;

modport master(
output A;
input B;
)

modport slave(
output B;
input A;
)

In this case, Signal B is not part of auto assign modport.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-06-23T00:30:45Z


Is your verilog-typedef-regexp properly set? If so please send a complete standalone example showing what you get and what you expect. Thanks.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-11-19T13:56:29Z


Closing due to age; I presume you found the problem you were having. If not please reopen or file a new bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants