1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/fpga/lib
Daniel Krebs 105f47d2d0 common/memory: add check-callback to getPath() to select desired path
This is a workaround until we have a better heuristic (maybe shortest
path?) to choose between multiple paths in the graph. Since the (abstract)
graph has no idea about memory translations, getPath() may even yield
paths that are no valid translation because a pair of inbound/outbound
edges must not neccessarily share a common address window, but from the
perspective of the abstract graph present a valid path.
The callback function is used by the MemoryManager to verify if a path
candidate represents a valid translation.
2018-05-15 18:04:24 +02:00
..
common common/memory: add check-callback to getPath() to select desired path 2018-05-15 18:04:24 +02:00
gpu gpu: add gdrcopy submodule 2018-05-15 18:04:24 +02:00
ips ips/bram: add block RAM IP and use it with DMA test 2018-04-13 15:35:41 +02:00
kernel vfio: IOMMU group is always 0 if no IOMMU is present 2018-05-15 18:04:24 +02:00
card.cpp lib/memory: implement memory handling with allocators and blocks 2018-03-26 16:17:20 +02:00
CMakeLists.txt gpu: add empty library for GPU-related stuff 2018-05-15 18:04:24 +02:00
ip.cpp json: parse 64bit numbers, this is required for numbers > 2^31 2018-05-15 18:04:24 +02:00
ip_node.cpp lib/ip: make logger a class member of IpCore 2018-02-14 16:04:33 +01:00
list.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
log.c make linking of the lib work by using old C-symbols until replaced 2018-01-10 11:02:08 +01:00
log_config.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
log_helper.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
utils.c utils: read_random() now returns the number of bytes written 2018-03-26 16:17:26 +02:00
vlnv.cpp lib/vlnv: add != operator and minor cleanup 2018-02-14 07:28:25 +01:00