Kyle Cripps

Results 32 issues of Kyle Cripps

Per P4-16 spec: > For anything other than an action, e.g. a control, parser, or function, a directionless parameter means that the value supplied as an argument in a call...

core
missed-warning-or-error

Building the following P4 program with `p4test`: ``` void bar(bit x, out bit y) { switch (x) { 0b01: { y = 2; } 0b10: { y = 3; }...

core