Skip to content

Commit

Permalink
cfg: Update dma_mchan config
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 1, 2024
1 parent 0a813d3 commit 8ef0ce1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions target/snitch_cluster/cfg/dma_mchan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

// Cluster configuration for a simple testbench system.
{
nr_s1_quadrant: 1,
s1_quadrant: {
nr_clusters: 1,
},

cluster: {
boot_addr: 4096, // 0x1000
cluster_base_addr: 268435456, // 0x1000_0000
Expand All @@ -23,6 +18,7 @@
},
cluster_periph_size: 64, // kB
zero_mem_size: 64, // kB
boot_rom_size: 4, // kB
alias_region_enable: true,
dma_data_width: 512,
dma_nr_channels: 4,
Expand Down

0 comments on commit 8ef0ce1

Please sign in to comment.