You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last pull request under submission fixes the manifestation of this issue for this example.
However, the issue remains for a different example, if we inline the header twice, so I will leave it open until it is fixed:
control IngressI(inout H hdr, inout M meta, inout std_meta_t std_meta) {
Aux() aux;
apply {
aux.apply(hdr);
aux.apply(hdr);
}
}
The following program compiles with the bmv2 backend, but throws the error
at runtime when executed on
simple_switch
:158.p4.txt
The text was updated successfully, but these errors were encountered: