1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-27 01:01:25 +00:00

The sample counter, the Acquisition and the Switch determine the uio device file that is assigned to them using the hardware accelerator device name in the FPGA

This commit is contained in:
Marc Majoral
2020-11-26 17:07:15 +01:00
parent 15c1f907bf
commit a53109c718
22 changed files with 294 additions and 32 deletions

View File

@@ -109,6 +109,14 @@ target_include_directories(tracking_adapters
${CMAKE_SOURCE_DIR}/src/core/interfaces
)
if(ENABLE_FPGA)
target_include_directories(tracking_adapters
PUBLIC
${CMAKE_SOURCE_DIR}/src/core/libs
)
endif()
if(ENABLE_CUDA)
if(CMAKE_VERSION VERSION_GREATER 3.11)
target_include_directories(tracking_adapters