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:
parent
b7e5bfead2
commit
1af96b20e4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue