|
CIRCT 22.0.0git
|
#include "esi/backends/Cosim.h"#include "esi/Engines.h"#include "esi/Services.h"#include "esi/Utils.h"#include "cosim.grpc.pb.h"#include <grpc/grpc.h>#include <grpcpp/channel.h>#include <grpcpp/client_context.h>#include <grpcpp/create_channel.h>#include <grpcpp/security/credentials.h>#include <fstream>#include <iostream>#include <set>
Go to the source code of this file.
Classes | |
| struct | esi::backends::cosim::CosimAccelerator::StubContainer |
| Hack around C++ not having a way to forward declare a nested class. More... | |
| class | esi::backends::cosim::CosimEngine |
| Implement the magic cosim channel communication. More... | |
Namespaces | |
| namespace | esi |
| namespace | esi::backends |
| namespace | esi::backends::cosim |
Typedefs | |
| using | StubContainer = esi::backends::cosim::CosimAccelerator::StubContainer |
Functions | |
| static void | checkStatus (Status s, const std::string &msg) |
| REGISTER_ACCELERATOR ("cosim", backends::cosim::CosimAccelerator) | |
|
static |
Definition at line 45 of file Cosim.cpp.
Referenced by esi::backends::cosim::CosimAccelerator::StubContainer::getChannelDesc().
| REGISTER_ACCELERATOR | ( | "cosim" | , |
| backends::cosim::CosimAccelerator | |||
| ) |