1
0
Fork 0
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:
Steffen Vogel 2022-10-28 08:05:30 -04:00
parent 0e0197a3be
commit 2d21432a5f

View file

@ -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