mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
aurora: fix names of AXI-S interfaces
This commit is contained in:
parent
0e0197a3be
commit
2d21432a5f
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ namespace ip {
|
||||||
|
|
||||||
class AuroraXilinx : public Node {
|
class AuroraXilinx : public Node {
|
||||||
public:
|
public:
|
||||||
static constexpr const char* masterPort = "m_axis";
|
static constexpr const char* masterPort = "USER_DATA_M_AXI_RX";
|
||||||
static constexpr const char* slavePort = "s_axis";
|
static constexpr const char* slavePort = "USER_DATA_S_AXI_TX";
|
||||||
|
|
||||||
const StreamVertex&
|
const StreamVertex&
|
||||||
getDefaultSlavePort() const
|
getDefaultSlavePort() const
|
||||||
|
|
Loading…
Add table
Reference in a new issue