Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::esi |
|
|
static LogicalResult | instantiateCosimEndpointOps (ServiceImplementReqOp implReq, ServiceDeclOpInterface, ServiceImplRecordOp implRecord) |
| The generator for the "cosim" impl_type.
|
|
static LogicalResult | instantiateSystemVerilogMemory (ServiceImplementReqOp implReq, ServiceDeclOpInterface decl, ServiceImplRecordOp) |
|
◆ GEN_PASS_DEF_ESICONNECTSERVICES
#define GEN_PASS_DEF_ESICONNECTSERVICES |
◆ instantiateCosimEndpointOps()
static LogicalResult instantiateCosimEndpointOps |
( |
ServiceImplementReqOp |
implReq, |
|
|
ServiceDeclOpInterface |
, |
|
|
ServiceImplRecordOp |
implRecord |
|
) |
| |
|
static |
The generator for the "cosim" impl_type.
Definition at line 44 of file ESIServices.cpp.
◆ instantiateSystemVerilogMemory()
static LogicalResult instantiateSystemVerilogMemory |
( |
ServiceImplementReqOp |
implReq, |
|
|
ServiceDeclOpInterface |
decl, |
|
|
ServiceImplRecordOp |
|
|
) |
| |
|
static |
◆ globalDispatcher
ServiceGeneratorDispatcher globalDispatcher(DenseMap< StringRef, ServiceGeneratorDispatcher::ServiceGeneratorFunc >{ {"cosim", instantiateCosimEndpointOps}, {"sv_mem", instantiateSystemVerilogMemory}}, false) |
( |
DenseMap< StringRef, ServiceGeneratorDispatcher::ServiceGeneratorFunc >{ {"cosim", instantiateCosimEndpointOps}, {"sv_mem", instantiateSystemVerilogMemory}} |
, |
|
|
false |
|
|
) |
| |
|
static |