1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_TEST_BACKEND_H_ 
    2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_TEST_BACKEND_H_ 
    9#include "backends/p4tools/common/lib/model.h" 
   10#include "backends/p4tools/common/lib/trace_event.h" 
   12#include "lib/big_int_util.h" 
   14#include "backends/p4tools/modules/testgen/core/symbolic_executor/symbolic_executor.h" 
   15#include "backends/p4tools/modules/testgen/lib/execution_state.h" 
   16#include "backends/p4tools/modules/testgen/lib/test_backend.h" 
   17#include "backends/p4tools/modules/testgen/lib/test_spec.h" 
   18#include "backends/p4tools/modules/testgen/targets/bmv2/program_info.h" 
   28    static const int ZERO_PKT_WIDTH = 32;
 
   29    static const big_int ZERO_PKT_VAL;
 
   30    static const big_int ZERO_PKT_MAX;
 
   32    static const std::set<std::string> SUPPORTED_BACKENDS;
 
   41        const IR::Expression *outputPacketExpr, 
const IR::Expression *outputPortExpr,
 
   42        const std::vector<std::reference_wrapper<const TraceEvent>> *programTraces) 
override;