Heran Yang
Results
22
issues of
Heran Yang
Compile the following P4 code under `p4c 1.2.5.10 (SHA: cceb17da1 BUILD: Release)` (current `main HEAD`). ```command p4c --target tofino2 --arch t2na test.p4 ``` ```p4 // test.p4 #include #if __TARGET_TOFINO__ ==...
Compile the following P4 code under `p4c 1.2.5.4 (SHA: 17ade03c1 BUILD: Release)` (the P4 code is modified from [tna_checksum](https://github.com/p4lang/open-p4studio/blob/main/pkgsrc/p4-examples/p4_16_programs/tna_checksum/tna_checksum.p4)). ```p4 #include #if __TARGET_TOFINO__ == 3 #include #elif __TARGET_TOFINO__ == 2...
tofino