P4C
The P4 Compiler
Loading...
Searching...
No Matches
field_list.h
1
19#ifndef BACKENDS_TOFINO_BF_P4C_ARCH_FROMV1_0_FIELD_LIST_H_
20#define BACKENDS_TOFINO_BF_P4C_ARCH_FROMV1_0_FIELD_LIST_H_
21
22#include "backends/tofino/bf-p4c/midend/path_linearizer.h"
23#include "frontends/p4-14/fromv1.0/converters.h"
24#include "ir/ir.h"
25
26namespace P4 {
27namespace P4V1 {
28
31 static FieldListConverter singleton;
32
33 public:
34 static const IR::Node *convertFieldList(const IR::Node *);
35};
36
37} // namespace P4V1
38} // namespace P4
39
40#endif /* BACKENDS_TOFINO_BF_P4C_ARCH_FROMV1_0_FIELD_LIST_H_ */
Definition node.h:94
Definition field_list.h:29
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24