-
Notifications
You must be signed in to change notification settings - Fork 21
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
Constraints on types of header, struct, and stack fields #149
Comments
These tests pass now:
However, test I am not sure if it is kosher or not for a header to have multiple However, as described in Section 12.8.2. Variable width extraction, Headers passed into Should the restriction on the number of |
Recursive headers are now verboten. Test |
Everything's passing except the twovarbit thing. I asked over at the p4c repo about it since it seemed like something that should get checked at extract() calls and not at header definitions: p4lang/p4c#2445 |
https://p4.org/p4-spec/docs/P4-16-v1.2.0.html#sec-header-types
Failing tests:
The text was updated successfully, but these errors were encountered: