1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

pipe: use correct DMA instance

This commit is contained in:
Steffen Vogel 2020-06-11 19:02:49 +02:00
parent b7e5bfead2
commit 1af96b20e4

View file

@ -147,7 +147,7 @@ int main(int argc, char* argv[])
(card->lookupIp(fpga::Vlnv("acs.eonerc.rwth-aachen.de:user:aurora_axis:")));
auto dma = dynamic_cast<fpga::ip::Dma*>
(card->lookupIp("hier_0_axi_dma_axi_dma_1"));
(card->lookupIp("hier_0_axi_dma_axi_dma_0"));
if (aurora == nullptr) {