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/tests
Daniel Krebs 13fd3f3c2a gpu: implement basic GPU plugin that can do DMA to and from its memory
Using CUDA, memory can be allocated on the GPU and shared to peers on
the PCIe bus such as the FPGA. Furthermore, the DMA on the GPU can also
be used to read and write to/from other memory on the PCIe bus, such as
BRAM on the FPGA.
2018-05-15 18:15:17 +02:00
..
CMakeLists.txt gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
dma.c tests/dma: fix chunk size for simple DMA (should have been 4k) 2017-11-22 19:47:04 +01:00
dma.cpp tests/dma: update to current progress 2018-05-15 18:04:24 +02:00
fifo.cpp tests: let them fail if no Fifo or Timer is found 2018-02-14 07:27:37 +01:00
fpga.cpp kernel/vfio: port to C++ 2018-03-26 16:16:42 +02:00
global.hpp tests: automatically detect whether or not we can run tests in parallel 2018-01-31 15:12:19 +01:00
gpu.cpp gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
graph.cpp tests: minor fixes in logging 2018-02-14 07:28:25 +01:00
hls.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
intc.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
logging.cpp enable -Wall, -Wextra and -Werror and fix new errors (fixes #20) 2018-02-13 16:04:34 +01:00
main.cpp tests: minor fixes in logging 2018-02-14 07:28:25 +01:00
rtds_rtt.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
timer.cpp tests: let them fail if no Fifo or Timer is found 2018-02-14 07:27:37 +01:00
tmrctr.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
xsg.c imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00