CIRCT
20.0.0git
|
#include "esi/Common.h"
#include "esi/Types.h"
#include "esi/Utils.h"
#include <cassert>
#include <future>
Go to the source code of this file.
Classes | |
class | esi::ChannelPort |
Unidirectional channels are the basic communication primitive between the host and accelerator. More... | |
class | esi::WriteChannelPort |
A ChannelPort which sends data to the accelerator. More... | |
class | esi::ReadChannelPort |
A ChannelPort which reads data from the accelerator. More... | |
class | esi::BundlePort |
Services provide connections to 'bundles' – collections of named, unidirectional communication channels. More... | |
Namespaces | |
esi | |