summaryrefslogtreecommitdiff
path: root/HST-S/support/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'HST-S/support/common.h')
-rwxr-xr-xHST-S/support/common.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/HST-S/support/common.h b/HST-S/support/common.h
index 30df40d..e0cacbb 100755
--- a/HST-S/support/common.h
+++ b/HST-S/support/common.h
@@ -13,8 +13,8 @@
// Data type
#define T uint32_t
-#define DIV 2 // Shift right to divide by sizeof(T)
-#define REGS (BLOCK_SIZE >> 2) // 32 bits
+#define DIV 2 // Shift right to divide by sizeof(T)
+#define REGS (BLOCK_SIZE >> 2) // 32 bits
// Pixel depth
#define DEPTH 12
@@ -22,19 +22,19 @@
// Structures used by both the host and the dpu to communicate information
typedef struct {
- uint32_t size;
- uint32_t transfer_size;
- uint32_t bins;
+ uint32_t size;
+ uint32_t transfer_size;
+ uint32_t bins;
enum kernels {
- kernel1 = 0,
- nr_kernels = 1,
+ kernel1 = 0,
+ nr_kernels = 1,
} kernel;
} dpu_arguments_t;
#ifndef ENERGY
#define ENERGY 0
#endif
-#define PRINT 0
+#define PRINT 0
#define ANSI_COLOR_RED "\x1b[31m"
#define ANSI_COLOR_GREEN "\x1b[32m"