CIRCT
20.0.0git
|
#include "esi/Services.h"
#include "esi/Accelerator.h"
#include "zlib.h"
#include <cassert>
#include <stdexcept>
Go to the source code of this file.
Functions | |
ReadChannelPort & | getRead (const std::map< std::string, ChannelPort & > &channels, const std::string &name) |
WriteChannelPort & | getWrite (const std::map< std::string, ChannelPort & > &channels, const std::string &name) |
Variables | |
constexpr uint32_t | MAX_MANIFEST_SIZE = 10 << 20 |
ReadChannelPort& getRead | ( | const std::map< std::string, ChannelPort & > & | channels, |
const std::string & | name | ||
) |
Definition at line 239 of file Services.cpp.
Referenced by esiaccel.types.BundlePort::read_port().
WriteChannelPort& getWrite | ( | const std::map< std::string, ChannelPort & > & | channels, |
const std::string & | name | ||
) |
Definition at line 247 of file Services.cpp.
Referenced by esiaccel.types.BundlePort::write_port().
|
constexpr |
Definition at line 38 of file Services.cpp.
Referenced by esi::services::SysInfo::getJsonManifest().