P4C
The P4 Compiler
Loading...
Searching...
No Matches
parde/phase0.h
1
19#ifndef BF_P4C_PARDE_PHASE0_H_
20#define BF_P4C_PARDE_PHASE0_H_
21
22#include <utility>
23#include <vector>
24
25#include "ir/ir.h"
26#include "lib/cstring.h"
27#include "lib/hex.h"
28
29using namespace P4;
30
31std::ostream &operator<<(std::ostream &out, const IR::BFN::Phase0 *p0);
32
33#endif /* BF_P4C_PARDE_PHASE0_H_ */
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24