P4C
The P4 Compiler
|
Static Public Member Functions | |
static std::optional< TofinoPipeTestCase > | create (const std::string &source) |
Create a test case that requires extract_maupipe() to run. | |
static std::optional< TofinoPipeTestCase > | createWithThreadLocalInstances (const std::string &source) |
Public Attributes | |
const IR::P4Program * | frontendProgram |
The output of the frontend. | |
const IR::BFN::Pipe * | pipe |
The output of extract_maupipe(). | |
|
static |
Create a test case that requires extract_maupipe() to run, and apply CreateThreadLocalInstances.