add test json file for bmv2

This commit is contained in:
Nico Schottelius 2019-07-10 08:44:56 +02:00
commit ff383e3b08
3 changed files with 54 additions and 1 deletions

View file

@ -128,6 +128,7 @@ control MyDeparser(packet_out packet, in headers hdr) {
}
}
// OK-UNTIL-HERE
/*************************************************************************
************** I N G R E S S P R O C E S S I N G *******************
@ -772,7 +773,6 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
*************************************************************************/
V1Switch(
MyParser(),
MyVerifyChecksum(),