File tree Expand file tree Collapse file tree 6 files changed +20
-153
lines changed
target/snitch_cluster/cfg Expand file tree Collapse file tree 6 files changed +20
-153
lines changed Original file line number Diff line number Diff line change 10
10
cluster_base_hartid: 0,
11
11
addr_width: 48,
12
12
data_width: 64,
13
- user_width: 5, // clog2(total number of clusters)
13
+ atomic_id_width: 5, // clog2(total number of clusters)
14
+ user_width: 53, // addr_width + atomic_id_width
14
15
tcdm: {
15
16
size: 128,
16
17
banks: 32,
23
24
dma_req_fifo_depth: 8,
24
25
narrow_trans: 4,
25
26
wide_trans: 32,
26
- dma_user_width: 1,
27
+ dma_user_width: 48,
28
+ enable_multicast: true,
27
29
// We don't need Snitch debugging in Occamy
28
30
enable_debug: false,
29
31
// We don't need Snitch (core-internal) virtual memory support
Original file line number Diff line number Diff line change 10
10
cluster_base_hartid: 0,
11
11
addr_width: 48,
12
12
data_width: 64,
13
- user_width: 5, // clog2(total number of clusters)
13
+ atomic_id_width: 5, // clog2(total number of clusters)
14
+ user_width: 53, // addr_width + atomic_id_width
14
15
tcdm: {
15
16
size: 128,
16
17
banks: 32,
24
25
dma_req_fifo_depth: 8,
25
26
narrow_trans: 4,
26
27
wide_trans: 32,
27
- dma_user_width: 1,
28
+ dma_user_width: 48,
29
+ enable_multicast: true,
28
30
// We don't need Snitch debugging in Occamy
29
31
enable_debug: false,
30
32
// We don't need Snitch (core-internal) virtual memory support
Original file line number Diff line number Diff line change 10
10
cluster_base_hartid: 0,
11
11
addr_width: 48,
12
12
data_width: 64,
13
- user_width: 5, // clog2(total number of clusters)
13
+ atomic_id_width: 5, // clog2(total number of clusters)
14
+ user_width: 53, // addr_width + atomic_id_width
14
15
tcdm: {
15
16
size: 128,
16
17
banks: 32,
23
24
dma_req_fifo_depth: 8,
24
25
narrow_trans: 4,
25
26
wide_trans: 32,
26
- dma_user_width: 1,
27
+ dma_user_width: 48,
28
+ enable_multicast: true,
27
29
// We don't need Snitch debugging in Occamy
28
30
enable_debug: false,
29
31
// We don't need Snitch (core-internal) virtual memory support
Original file line number Diff line number Diff line change 10
10
cluster_base_hartid: 0,
11
11
addr_width: 48,
12
12
data_width: 64,
13
- user_width: 5, // clog2(total number of clusters)
13
+ atomic_id_width: 5, // clog2(total number of clusters)
14
+ user_width: 53, // addr_width + atomic_id_width
14
15
tcdm: {
15
16
size: 128,
16
17
banks: 32,
23
24
dma_req_fifo_depth: 8,
24
25
narrow_trans: 4,
25
26
wide_trans: 32,
26
- dma_user_width: 1,
27
+ dma_user_width: 48,
28
+ enable_multicast: true,
27
29
// We don't need Snitch debugging in Occamy
28
30
enable_debug: false,
29
31
// We don't need Snitch (core-internal) virtual memory support
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
cluster_base_hartid: 0,
11
11
addr_width: 48,
12
12
data_width: 64,
13
- user_width: 5, // clog2(total number of clusters)
13
+ atomic_id_width: 5, // clog2(total number of clusters)
14
+ user_width: 53, // addr_width + atomic_id_width
14
15
tcdm: {
15
16
size: 128,
16
17
banks: 32,
24
25
dma_req_fifo_depth: 8,
25
26
narrow_trans: 4,
26
27
wide_trans: 32,
27
- dma_user_width: 1,
28
+ dma_user_width: 48,
29
+ enable_multicast: true,
28
30
// We don't need Snitch debugging in Occamy
29
31
enable_debug: false,
30
32
// We don't need Snitch (core-internal) virtual memory support
You can’t perform that action at this time.
0 commit comments