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 5242b87e4c lib/memory: rework allocators to make them extensible and more abstract
This is change renders memory allocators only dependend on an address
space id that they are managing, allowing easy implementation of other
algorithms and instantiation in memory IP blocks.
2018-04-13 15:35:41 +02:00
..
CMakeLists.txt tests/dma: add test for DMA driver 2018-03-26 16:17:26 +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 lib/memory: rework allocators to make them extensible and more abstract 2018-04-13 15:35:41 +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
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