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:
parent
b94c6cd010
commit
4752b084c0
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue