-
Notifications
You must be signed in to change notification settings - Fork 472
Support for arrays of extern instances #5338
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
Conversation
603b698 to
764e40f
Compare
|
I haven't kept track, is this something that is already part of the spec or do we have a related spec issue? Is this an alternative solution to #5330? |
|
The array change to the spec has not yet been pulled in (p4lang/p4-spec#1360), but it includes an allowance for arrays of extern instances (for architectures that want to support it). This is orthogonal to #5330, though necessary to support an alternative using (arrays of) externs with implicit read/assign methods. (so in that sense it is an alternative) |
764e40f to
1dad839
Compare
1dad839 to
eedb020
Compare
|
@jafingerhut @vgurevich @fruffy @asl Anyone have any further comments on this? Any objections? |
6970e59 to
3c2ad82
Compare
Signed-off-by: Chris Dodd <[email protected]>
3c2ad82 to
5eb6ac3
Compare
|
@fruffy @jafingerhut @jonathan-dilorenzo This PR has now been hanging out waiting for approval for 3 months. Per discussions in the LDWG it would seem to be ok. |
|
Approving since there have not been any objections within this time frame. |
Extending array support to allow arrays of extern instances.