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

Signals in a concatenation on the LHS aren't created implicitly #208

Closed
veripoolbot opened this issue Jan 19, 2010 · 2 comments
Closed

Signals in a concatenation on the LHS aren't created implicitly #208

veripoolbot opened this issue Jan 19, 2010 · 2 comments
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800

Comments

@veripoolbot
Copy link
Contributor


Author Name: Byron Bradley (@bbradley)
Original Redmine Issue: 208 from https://www.veripool.org
Original Date: 2010-01-19
Original Assignee: Byron Bradley (@bbradley)


Signals in a concatenation on the LHS aren't created implicitly, e.g.:

     logic [1:0] dummy_ip;
     assign {dummy1, dummy2} = dummy_ip;

Fails to create dummy1 and dummy2. Test case and proposed patch attached, I originally just checked for VarRefs in op[1234]p but didn't see any harm in calling pinImplicitExprRecurse() instead.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Byron Bradley (@bbradley)
Original Date: 2010-01-19T22:11:10Z


Attaching an updated patch, the last one introduced an unused variable.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2010-01-20T00:35:20Z


Applied to git, thanks for the patch.

This is on top of unreleased #�, so closing.

@veripoolbot veripoolbot added resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800 labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800
Projects
None yet
Development

No branches or pull requests

1 participant