7#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_TEST_BACKEND_H_
8#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_TEST_BACKEND_H_
15#include "backends/p4tools/common/lib/model.h"
16#include "backends/p4tools/common/lib/trace_event.h"
18#include "lib/big_int_util.h"
20#include "backends/p4tools/modules/testgen/core/symbolic_executor/symbolic_executor.h"
21#include "backends/p4tools/modules/testgen/lib/execution_state.h"
22#include "backends/p4tools/modules/testgen/lib/test_backend.h"
23#include "backends/p4tools/modules/testgen/lib/test_spec.h"
24#include "backends/p4tools/modules/testgen/targets/bmv2/program_info.h"
28class Bmv2TestBackend :
public TestBackEnd {
31 static const std::set<std::string> SUPPORTED_BACKENDS;
40 const IR::Expression *outputPacketExpr,
const IR::Expression *outputPortExpr,
41 const std::vector<std::reference_wrapper<const TraceEvent>> *programTraces)
override;