/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
201 by Suren A. Chilingaryan
Xilinx benchmark
1
include_directories(
2
    ${CMAKE_SOURCE_DIR}
3
)
4
5
link_directories(${UFODECODE_LIBRARY_DIRS})
6
7
add_executable(xilinx xilinx.c)
202 by Suren A. Chilingaryan
Some tests with Xilinx DMA benchmark
8
target_link_libraries(xilinx pcilib rt)
202.1.1 by Suren A. Chilingaryan
Multipage DMA tests for Xilinx
9
227 by Suren A. Chilingaryan
Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes
10
add_executable(lorenzo_ipedma_test lorenzo_ipedma_test.c)
11
target_link_libraries(lorenzo_ipedma_test pcilib rt)
236 by Suren A. Chilingaryan
Big redign of model structures
12
set_target_properties(lorenzo_ipedma_test PROPERTIES COMPILE_FLAGS -Wno-array-bounds)
227 by Suren A. Chilingaryan
Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes
13
210 by Suren A. Chilingaryan
Some tests are added
14
add_executable(pio_test pio_test.c)
15
target_link_libraries(pio_test pcilib rt)
16
17
add_executable(compare_to_value compare_to_value.c)
220 by Suren A. Chilingaryan
Add HEB scripts and re-organize the structure
18
19
add_executable(heb_strip_bad_values heb_strip_bad_values.c)
227 by Suren A. Chilingaryan
Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes
20
add_executable(check_counter check_counter.c)