1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
This commit is contained in:
Pascal Bauer 2024-10-30 22:20:07 +01:00
parent fbae427439
commit e7484d055c

View file

@ -26,6 +26,8 @@ bool Zynq::init() {
// allocating DMA memory in host RAM)
card->addrSpaceIdDeviceToHost =
mm.getOrCreateAddressSpace(getInstanceName() + "/HPC0_DDR_LOW");
// TODO: Use BusMasterInterfaces
// TODO: Multiple addressSpaces
return true;
}