diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-27 11:45:23 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-27 11:45:23 +0200 |
commit | 29accf68f9f8914e83a271f58ceee088892503a1 (patch) | |
tree | b64162a4c0d13f48ee00b9acf18b683be5fa81cd /SCAN-SSA/dpu | |
parent | 75353ccaf532988b7b79b538e51c8d5d4c6ab9a3 (diff) |
SCAN-SSA: add dfatool support
Diffstat (limited to 'SCAN-SSA/dpu')
-rw-r--r-- | SCAN-SSA/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCAN-SSA/dpu/task.c b/SCAN-SSA/dpu/task.c index 15411a4..76f393d 100644 --- a/SCAN-SSA/dpu/task.c +++ b/SCAN-SSA/dpu/task.c @@ -11,7 +11,7 @@ #include <handshake.h> #include <barrier.h> -#include "../support/common.h" +#include "common.h" __host dpu_arguments_t DPU_INPUT_ARGUMENTS; __host dpu_results_t DPU_RESULTS[NR_TASKLETS]; |