Skip to content

Commit

Permalink
cfg: change mem size to 128kb
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantonio committed Oct 1, 2024
1 parent cd481fd commit bee529a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion target/rtl/cfg/cluster_cfg/snax_KUL_cluster.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
data_width: 64,
user_width: 3,
tcdm: {
size: 512, // 128K -> 512K
size: 128, // 128K -> 512K
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/rtl/cfg/cluster_cfg/snax_KUL_xdma_cluster.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
data_width: 64,
user_width: 3,
tcdm: {
size: 512, // 128K -> 512K
size: 128, // 128K -> 512K
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/rtl/cfg/cluster_cfg/snax_alu_cluster.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
data_width: 64,
user_width: 3,
tcdm: {
size: 512, // 128K -> 512K
size: 128, // 128K -> 512K
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down
2 changes: 1 addition & 1 deletion target/rtl/cfg/cluster_cfg/snax_hypercorex_cluster.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
data_width: 64,
user_width: 3,
tcdm: {
size: 512, // 128K -> 512K
size: 128, // 128K -> 512K
banks: 32,
},
cluster_periph_size: 64, // kB
Expand Down

0 comments on commit bee529a

Please sign in to comment.