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