mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
change zynq name
This commit is contained in:
parent
0b4a72da6c
commit
b94c6cd010
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ bool PlatformCard::mapMemoryBlock(const std::shared_ptr<MemoryBlock> block) {
|
|||
mm.createMapping(iovaAddr, 0, block->getSize(), "VFIO-D2H",
|
||||
this->addrSpaceIdDeviceToHost, addrSpaceId);
|
||||
|
||||
auto space = mm.findAddressSpace("zynq_ultra_ps_e_0/HPC1_DDR_LOW");
|
||||
// TODO: Determine zynq name
|
||||
auto space = mm.findAddressSpace("zynq_zynq_ultra_ps_e_0/HPC1_DDR_LOW");
|
||||
mm.createMapping(iovaAddr, 0, block->getSize(), "VFIO-D2H", space,
|
||||
addrSpaceId);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue