++documentation
This commit is contained in:
parent
c8c911ffce
commit
7c42eefd40
7 changed files with 76 additions and 13 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <sume_switch.p4>
|
||||
#include "headers.p4"
|
||||
|
||||
|
||||
#define Parsed_packet headers
|
||||
#define user_metadata_t metadata
|
||||
|
||||
|
|
@ -22,13 +23,6 @@ parser RealParser(
|
|||
|
||||
|
||||
#include "parsers.p4"
|
||||
|
||||
// state start {
|
||||
// packet.extract(hdr.ethernet);
|
||||
// digest_data.unused = 0;
|
||||
// transition accept;
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
@Xilinx_MaxPacketRegion(1024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue