diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-14 13:43:55 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-14 13:43:55 +0200 |
commit | 4052d7b4c0e1a59419f07642b9a33088f5745d28 (patch) | |
tree | 23fb0907d1ffad55331e0e8fcf71ac2d876f4851 /BFS/host/mram-management.h | |
parent | aed00e149b8a3677a89416eaa112ea6c5249150b (diff) |
BFS: AspectC++ (and behaviour model) support
Diffstat (limited to 'BFS/host/mram-management.h')
-rw-r--r-- | BFS/host/mram-management.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |