P4C
The P4 Compiler
Loading...
Searching...
No Matches
exact_match.h
1
17
18
#ifndef BACKENDS_TOFINO_BF_ASM_TOFINO_EXACT_MATCH_H_
19
#define BACKENDS_TOFINO_BF_ASM_TOFINO_EXACT_MATCH_H_
20
21
#include "backends/tofino/bf-asm/tables.h"
22
23
class
Target::Tofino::ExactMatchTable :
public
::ExactMatchTable {
24
friend
class ::ExactMatchTable;
25
ExactMatchTable(
int
line,
const
char
*n, gress_t gr,
Stage
*s,
int
lid)
26
: ::ExactMatchTable(line, n, gr, s, lid) {}
27
28
void
setup_ways()
override
;
29
};
30
31
#endif
/* BACKENDS_TOFINO_BF_ASM_TOFINO_EXACT_MATCH_H_ */
Stage
Definition
stage.h:123
backends
tofino
bf-asm
tofino
exact_match.h
Generated by
1.13.2