From 4052d7b4c0e1a59419f07642b9a33088f5745d28 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 14 May 2025 13:43:55 +0200 Subject: BFS: AspectC++ (and behaviour model) support --- BFS/host/mram-management.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BFS/host/mram-management.h') diff --git a/BFS/host/mram-management.h b/BFS/host/mram-management.h index f2ee031..61616da 100644 --- a/BFS/host/mram-management.h +++ b/BFS/host/mram-management.h @@ -2,8 +2,8 @@ #ifndef _MRAM_MANAGEMENT_H_ #define _MRAM_MANAGEMENT_H_ -#include "../support/common.h" -#include "../support/utils.h" +#include "common.h" +#include "utils.h" #define DPU_CAPACITY (64 << 20) // A DPU's capacity is 64 MiB -- cgit v1.2.3