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

Question: About the overwrite issue #1164

Closed
veripoolbot opened this issue May 17, 2017 · 2 comments
Closed

Question: About the overwrite issue #1164

veripoolbot opened this issue May 17, 2017 · 2 comments
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Cliff Kaku
Original Redmine Message: 2224 from https://www.veripool.org


if I defined a signal pattern twice, does the second one overwrite the first one?
Example
/* module_A AUTO_TEMPLATE (
.pin1_sub (wire_A),
.(.*)_sub (wire_B),
);
*/
module_A inst_module_A (/AUTOINST/);

So, which wire will be connected to pin1_sub?

Thanks!

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-05-17T11:00:12Z


Exact matches have highest priority, then the lowest regexp that matches.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Cliff Kaku
Original Date: 2017-05-17T14:12:18Z


Hi, Wilson
Thanks for your help!

Regards!

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

No branches or pull requests

1 participant