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

fix addrSpaceIdToHost

This commit is contained in:
Pascal Bauer 2024-10-10 10:41:24 +02:00
parent b94c6cd010
commit 4752b084c0

View file

@ -25,8 +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_ultra_ps_e_0/HPC0_DDR_LOW");
mm.getOrCreateAddressSpace("zynq_zynq_ultra_ps_e_0/HPC0_DDR_LOW");
return true;
}