We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 650cd53 + afe33ca commit 623ab6eCopy full SHA for 623ab6e
include/gemmini.h
@@ -50,8 +50,6 @@
50
#define CONFIG_ST 2
51
#define CONFIG_IM2COL 3
52
53
-#define XCUSTOM_ACC 3
54
-
55
#define GARBAGE_ADDR ((uint32_t)(-1))
56
#define OUTPUT_STATIONARY 0
57
#define WEIGHT_STATIONARY 1
include/gemmini_params.h
@@ -4,6 +4,7 @@
4
#include <stdint.h>
5
#include <limits.h>
6
7
+#define XCUSTOM_ACC 3
8
#define DIM 16
9
#define ADDR_LEN 32
10
#define BANK_NUM 4
0 commit comments