Skip to content

Commit

Permalink
change default tcdm size (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin authored Sep 17, 2024
1 parent 4e32b67 commit 1aea283
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/default.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-alu.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-dimc.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-hypercorex.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-mac-mult.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-mac.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-streamer-gemm-add-c.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-streamer-gemm.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addr_width: 48,
data_width: 64,
tcdm: {
size: 128,
size: 4096,
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down

0 comments on commit 1aea283

Please sign in to comment.