Commit 918eac8d authored by Valentin's avatar Valentin

feat(ldpc-offload-xdma): nr-softmodem enabled, connection tested with rfsim, wrong library

parent 237b9a3d
......@@ -600,7 +600,7 @@ endif()
##########################################################
# LDPC offload xdma driver
# LDPC offload with xdma driver
##########################################################
add_library(ldpc_xdma STATIC ${OPENAIR1_DIR}/PHY/CODING/nrLDPC_decoder_offload_xdma/nrLDPC_decoder_offload_xdma.c)
......
#ifndef TASK_MANAGER_WORKING_STEALING_H
#define TASK_MANAGER_WORKING_STEALING_H
#define TASK_MANAGER
//#define TASK_MANAGER
//#define FIBONACCI
//#define OMP_TP 1
......
......@@ -224,6 +224,7 @@ static int timespec_check(struct timespec* t)
return 0;
}
/*
void timespec_sub(struct timespec* t1, struct timespec* t2)
{
if (timespec_check(t1) < 0) {
......@@ -244,6 +245,7 @@ void timespec_sub(struct timespec* t1, struct timespec* t2)
t1->tv_nsec += 1000000000;
}
}
*/
// [End] #include "dma_utils.c" ===================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment