P4C
The P4 Compiler
Loading...
Searching...
No Matches
p4runtime_force_std.h
1
19#ifndef BACKENDS_TOFINO_BF_P4C_CONTROL_PLANE_P4RUNTIME_FORCE_STD_H_
20#define BACKENDS_TOFINO_BF_P4C_CONTROL_PLANE_P4RUNTIME_FORCE_STD_H_
21
22#include "control-plane/p4RuntimeSerializer.h"
23
24namespace BFN {
25
26using namespace P4;
27
34
35} // namespace BFN
36
37#endif /* BACKENDS_TOFINO_BF_P4C_CONTROL_PLANE_P4RUNTIME_FORCE_STD_H_ */
The namespace encapsulating Barefoot/Intel-specific stuff.
Definition add_t2na_meta.cpp:21
P4::P4RuntimeAPI convertToStdP4Runtime(const P4::P4RuntimeAPI &p4RuntimeIn)
Definition p4runtime_force_std.cpp:394
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24
Definition p4RuntimeSerializer.h:57