CIRCT
20.0.0git
|
#include "circt-c/Dialect/RTGTest.h"
#include "circt/Dialect/RTGTest/IR/RTGTestDialect.h"
#include "circt/Dialect/RTGTest/IR/RTGTestTypes.h"
#include "mlir/CAPI/Registration.h"
Go to the source code of this file.
Functions | |
bool | rtgtestTypeIsACPU (MlirType type) |
If the type is an RTGTest CPUType. More... | |
MlirType | rtgtestCPUTypeGet (MlirContext ctxt) |
Creates an RTGTest CPU type in the context. More... | |
MlirType rtgtestCPUTypeGet | ( | MlirContext | ctxt | ) |
Creates an RTGTest CPU type in the context.
Definition at line 30 of file RTGTest.cpp.
References esiaccel.accelerator::ctxt, circt::calyx::direction::get(), unwrap(), and wrap().
bool rtgtestTypeIsACPU | ( | MlirType | type | ) |