Skip to content

Commit

Permalink
Update CFG with new cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Nov 27, 2024
1 parent 0a74a94 commit b70bba9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion target/rtl/cfg/hemaia.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
clusters:[
"snax_KUL_cluster",
"snax_KUL_xdma_cluster",
"snax_KUL_dse_cluster",
"snax_hypercorex_cluster",
// "snax_dimc_cluster"
],
Expand Down
2 changes: 1 addition & 1 deletion target/rtl/cfg/hemaia_minimal.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
cfg_base_offset: 65536 // 0x10000
},
clusters:[
"snax_KUL_xdma_cluster"
"snax_KUL_cluster"
],

// peripherals
Expand Down
2 changes: 1 addition & 1 deletion target/rtl/cfg/hemaia_tapeout.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
cfg_base_offset: 65536 // 0x10000
},
clusters:[
"snax_KUL_cluster",
"snax_cgra_cluster",
"snax_KUL_xdma_cluster",
"snax_hypercorex_cluster",
"snax_dimc_cluster"
],
Expand Down
4 changes: 2 additions & 2 deletions target/rtl/cfg/hemaia_two_clusters.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
cfg_base_offset: 65536 // 0x10000
},
clusters:[
"snax_KUL_xdma_cluster",
"snax_hypercorex_cluster"
"snax_KUL_cluster",
"snax_KUL_dse_cluster"
],

// peripherals
Expand Down

0 comments on commit b70bba9

Please sign in to comment.