P4C
The P4 Compiler
Loading...
Searching...
No Matches
bf-asm/tofino/input_xbar.h
1
17
18#ifndef BACKENDS_TOFINO_BF_ASM_TOFINO_INPUT_XBAR_H_
19#define BACKENDS_TOFINO_BF_ASM_TOFINO_INPUT_XBAR_H_
20
21#include "backends/tofino/bf-asm/input_xbar.h"
22
23template <>
24void InputXbar::write_galois_matrix(Target::Tofino::mau_regs &regs, HashTable id,
25 const std::map<int, HashCol> &mat);
26
27#endif /* BACKENDS_TOFINO_BF_ASM_TOFINO_INPUT_XBAR_H_ */
Definition bf-asm/input_xbar.h:71