|
CIRCT 22.0.0git
|
#include "esi/Accelerator.h"#include "esi/Services.h"#include "esi/backends/Cosim.h"#include <ranges>#include <sstream>#include <pybind11/pybind11.h>#include <pybind11/functional.h>#include <pybind11/stl.h>
Go to the source code of this file.
Classes | |
| struct | pybind11::polymorphic_type_hook< ChannelPort > |
| Pybind11 needs a little help downcasting with non-bound instances. More... | |
| struct | pybind11::polymorphic_type_hook< Service > |
| struct | pybind11::detail::type_caster< std::any > |
| Pybind11 doesn't have a built-in type caster for std::any (https://github.com/pybind/pybind11/issues/1590). More... | |
Namespaces | |
| namespace | pybind11 |
| namespace | pybind11::detail |
Functions | |
| py::object | getPyType (std::optional< const Type * > t) |
| Resolve a Type to the Python wrapper object. | |
| PYBIND11_MODULE (esiCppAccel, m) | |
| py::object getPyType | ( | std::optional< const Type * > | t | ) |
Resolve a Type to the Python wrapper object.
Definition at line 101 of file esiCppAccel.cpp.
Referenced by PYBIND11_MODULE().
| PYBIND11_MODULE | ( | esiCppAccel | , |
| m | |||
| ) |
Definition at line 109 of file esiCppAccel.cpp.
References esi::services::HostMem::allocate(), esi::services::MMIO::RegionDescriptor::base, esi::services::FuncService::Function::connect(), esi::services::TelemetryService::Telemetry::connect(), esi::registry::connect(), esi::ChannelPort::connect(), esi::ChannelPort::disconnect(), esi::AcceleratorConnection::getAccelerator(), esi::MessageData::getBytes(), esi::HWModule::getChildren(), esi::services::MMIO::MMIORegion::getDescriptor(), esi::services::SysInfo::getEsiVersion(), esi::Instance::getID(), esi::Type::getID(), esi::HWModule::getInfo(), esi::services::SysInfo::getJsonManifest(), esi::HWModule::getPorts(), esi::services::HostMem::HostMemRegion::getPtr(), getPyType(), esi::services::MMIO::getRegions(), esi::AcceleratorConnection::getService(), esi::HWModule::getServices(), esi::AcceleratorConnection::getServiceThread(), esi::MessageData::getSize(), esi::services::HostMem::HostMemRegion::getSize(), esi::ChannelPort::getType(), esi::BitVectorType::getWidth(), esi::utils::hash_combine(), esi::services::HostMem::mapMemory(), esi::services::TelemetryService::Telemetry::read(), esi::services::MMIO::MMIORegion::read(), esi::services::MMIO::read(), esi::ReadChannelPort::readAsync(), esi::services::MMIO::RegionDescriptor::size, esi::AppIDPath::toStr(), esi::WriteChannelPort::tryWrite(), esi::Constant::type, esi::services::HostMem::unmapMemory(), esi::services::HostMem::Options::useLargePages, esi::Constant::value, esi::WriteChannelPort::write(), esi::services::MMIO::MMIORegion::write(), esi::services::MMIO::write(), and esi::services::HostMem::Options::writeable.