begin to integrate headers of real code into netpfga

This commit is contained in:
Nico Schottelius 2019-06-03 22:33:37 +02:00
commit 63ec17b9a4
5 changed files with 133 additions and 10 deletions

View file

@ -3,7 +3,6 @@
#define HEADERS_P4
#include <core.p4>
#include <v1model.p4>
/**************************************** types ****************************************/

View file

@ -631,10 +631,10 @@ control MyEgress(inout headers hdr,
*************************************************************************/
V1Switch(
MyParser(),
MyVerifyChecksum(),
MyIngress(),
MyEgress(),
MyComputeChecksum(),
MyDeparser()
MyParser(),
MyVerifyChecksum(),
MyIngress(),
MyEgress(),
MyComputeChecksum(),
MyDeparser()
) main;