CIRCT  20.0.0git
Functions
RTGTest.cpp File Reference
#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"
Include dependency graph for RTGTest.cpp:

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...
 

Function Documentation

◆ rtgtestCPUTypeGet()

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().

◆ rtgtestTypeIsACPU()

bool rtgtestTypeIsACPU ( MlirType  type)

If the type is an RTGTest CPUType.

Definition at line 28 of file RTGTest.cpp.

References unwrap().