P4C
The P4 Compiler
Loading...
Searching...
No Matches
compute_buffer_requirements.h
1
19#ifndef BACKENDS_TOFINO_BF_P4C_PARDE_LOWERED_COMPUTE_BUFFER_REQUIREMENTS_H_
20#define BACKENDS_TOFINO_BF_P4C_PARDE_LOWERED_COMPUTE_BUFFER_REQUIREMENTS_H_
21
22#include "backends/tofino/bf-p4c/parde/parde_visitor.h"
23
24namespace Parde::Lowered {
25
32 void postorder(IR::BFN::LoweredParserMatch *match) override;
33};
34
35} // namespace Parde::Lowered
36
37#endif /* BACKENDS_TOFINO_BF_P4C_PARDE_LOWERED_COMPUTE_BUFFER_REQUIREMENTS_H_ */
Computes the number of bytes which must be available for each parser match to avoid a stall.
Definition compute_buffer_requirements.h:31
Definition parde_visitor.h:78
Definition lower_parser.cpp:72