begin to integrate headers of real code into netpfga
This commit is contained in:
parent
e0226c4c90
commit
63ec17b9a4
5 changed files with 133 additions and 10 deletions
|
|
@ -3,7 +3,6 @@
|
|||
#define HEADERS_P4
|
||||
|
||||
#include <core.p4>
|
||||
#include <v1model.p4>
|
||||
|
||||
/**************************************** types ****************************************/
|
||||
|
||||
|
|
|
|||
|
|
@ -631,10 +631,10 @@ control MyEgress(inout headers hdr,
|
|||
*************************************************************************/
|
||||
|
||||
V1Switch(
|
||||
MyParser(),
|
||||
MyVerifyChecksum(),
|
||||
MyIngress(),
|
||||
MyEgress(),
|
||||
MyComputeChecksum(),
|
||||
MyDeparser()
|
||||
MyParser(),
|
||||
MyVerifyChecksum(),
|
||||
MyIngress(),
|
||||
MyEgress(),
|
||||
MyComputeChecksum(),
|
||||
MyDeparser()
|
||||
) main;
|
||||
Loading…
Add table
Add a link
Reference in a new issue