mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ips/dma: expose names of its treaming ports
This commit is contained in:
parent
8e63785073
commit
a93278b74e
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ private:
|
|||
size_t writeCompleteSimple();
|
||||
size_t readCompleteSimple();
|
||||
|
||||
public:
|
||||
static constexpr const char* s2mmPort = "S2MM";
|
||||
static constexpr const char* mm2sPort = "MM2S";
|
||||
|
||||
bool isMemoryBlockAccesible(const MemoryBlock& mem, const std::string& interface);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue