Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
VILLASfpga
Commits
10eca364
Commit
10eca364
authored
Jun 04, 2018
by
Daniel Krebs
Browse files
ips/dma: expose names of its treaming ports
parent
57a0d2c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/villas/fpga/ips/dma.hpp
View file @
10eca364
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment