CIRCT 21.0.0git
|
Namespaces | |
namespace | internal |
Functions | |
std::unique_ptr< AcceleratorConnection > | connect (Context &ctxt, const std::string &backend, const std::string &connection) |
std::unique_ptr< Engine > | createEngine (AcceleratorConnection &conn, const std::string &dmaEngineName, AppIDPath idPath, const ServiceImplDetails &details, const HWClientDetails &clients) |
Create an engine by name. | |
|
private |
Definition at line 260 of file Accelerator.cpp.
References esi::registry::internal::BackendRegistry::get(), and esi::loadBackend().
Referenced by esi::Context::connect(), and PYBIND11_MODULE().
|
private |
Create an engine by name.
This is the primary way to create engines for "normal" backends.
Definition at line 100 of file Engines.cpp.
Referenced by esi::AcceleratorConnection::createEngine(), and esi::backends::cosim::CosimAccelerator::createEngine().