[netpfga] add generic deparser, took

Trying to fix late stage compile error
This commit is contained in:
Nico Schottelius 2019-07-23 15:00:26 +02:00
parent 706eac0e41
commit d68be5010d
1 changed files with 7 additions and 3 deletions

View File

@ -144,9 +144,13 @@ control TopDeparser(packet_out packet,
// inout sume_metadata_t sume_metadata) { // inout sume_metadata_t sume_metadata) {
apply { // apply {
packet.emit(hdr.ethernet); // packet.emit(hdr.ethernet);
} // }
#include "parsers.p4"
} }
/******************************************************************************** /********************************************************************************