Skip to content

Commit

Permalink
cfg: Switch DMA and compute cores
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Dec 5, 2023
1 parent f0754d5 commit a2092ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions hw/system/spatz_cluster/cfg/carfield.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,27 @@
"register_offload_rsp": true
},
"cores": [
// Compute core
// DMA core
{
"isa": "rv32imafd",
"xdma": true,
"xf16": true,
"xf8": true,
"xfdotp": true,
"xdma": false,
"num_int_outstanding_loads": 1,
"num_int_outstanding_mem": 4,
"num_spatz_outstanding_loads": 4,
"num_dtlb_entries": 1,
"num_itlb_entries": 1
},

// DMA core
// Compute core
{
"isa": "rv32imafd",
"xdma": true,
"xf16": true,
"xf8": true,
"xfdotp": true,
"xdma": false,
"num_int_outstanding_loads": 1,
"num_int_outstanding_mem": 4,
"num_spatz_outstanding_loads": 4,
Expand Down
8 changes: 4 additions & 4 deletions hw/system/spatz_cluster/cfg/spatz_cluster.default.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,27 @@
"register_offload_rsp": true
},
"cores": [
// Compute core
// DMA core
{
"isa": "rv32imafd",
"xdma": true,
"xf16": true,
"xf8": true,
"xfdotp": true,
"xdma": false,
"num_int_outstanding_loads": 1,
"num_int_outstanding_mem": 4,
"num_spatz_outstanding_loads": 4,
"num_dtlb_entries": 1,
"num_itlb_entries": 1
},

// DMA core
// Compute core
{
"isa": "rv32imafd",
"xdma": true,
"xf16": true,
"xf8": true,
"xfdotp": true,
"xdma": false,
"num_int_outstanding_loads": 1,
"num_int_outstanding_mem": 4,
"num_spatz_outstanding_loads": 4,
Expand Down

0 comments on commit a2092ed

Please sign in to comment.