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

use instance name

This commit is contained in:
Pascal Bauer 2024-10-24 00:27:29 +02:00 committed by Niklas Eiling
parent feccfea9f1
commit 04dc56058d

View file

@ -25,7 +25,7 @@ bool Zynq::init() {
// Save ID in card so we can create mappings later when needed (e.g. when
// allocating DMA memory in host RAM)
card->addrSpaceIdDeviceToHost =
mm.getOrCreateAddressSpace("zynq_zynq_ultra_ps_e_0/HPC0_DDR_LOW");
mm.getOrCreateAddressSpace(getInstanceName() + "/HPC0_DDR_LOW");
return true;
}