Skip to content

Commit

Permalink
cfg: Fix omega.hjson configuration for alias test (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca authored Feb 19, 2024
1 parent 98ac9f1 commit d59f20b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions target/snitch_cluster/cfg/default.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
lat_noncomp: 1,
lat_conv: 2,
lat_sdotp: 3,
fpu_pipe_config: "BEFORE"
fpu_pipe_config: "BEFORE",
narrow_xbar_latency: "CUT_ALL_PORTS",
wide_xbar_latency: "CUT_ALL_PORTS",
// Isolate the core.
Expand Down Expand Up @@ -107,10 +107,10 @@
dma_core_template: {
isa: "rv32imafd",
// Xdiv_sqrt: true,
# isa: "rv32ema",
xdma: true
xssr: false
xfrep: false
// isa: "rv32ema",
xdma: true,
xssr: false,
xfrep: false,
xf16: false,
xf16alt: false,
xf8: false,
Expand Down
1 change: 1 addition & 0 deletions target/snitch_cluster/cfg/fdiv.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
cluster_periph_size: 64, // kB
zero_mem_size: 64, // kB
alias_region_enable: true,
dma_data_width: 512,
dma_axi_req_fifo_depth: 3,
dma_req_fifo_depth: 3,
Expand Down
11 changes: 6 additions & 5 deletions target/snitch_cluster/cfg/omega.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
cluster_periph_size: 64, // kB
zero_mem_size: 64, // kB
alias_region_enable: true,
dma_data_width: 512,
dma_axi_req_fifo_depth: 3,
dma_req_fifo_depth: 3,
Expand All @@ -37,7 +38,7 @@
lat_noncomp: 1,
lat_conv: 2,
lat_sdotp: 3,
fpu_pipe_config: "BEFORE"
fpu_pipe_config: "BEFORE",
narrow_xbar_latency: "CUT_ALL_PORTS",
wide_xbar_latency: "CUT_ALL_PORTS",
// Isolate the core.
Expand Down Expand Up @@ -107,10 +108,10 @@
dma_core_template: {
isa: "rv32imafd",
// Xdiv_sqrt: true,
# isa: "rv32ema",
xdma: true
xssr: false
xfrep: false
// isa: "rv32ema",
xdma: true,
xssr: false,
xfrep: false,
xf16: false,
xf16alt: false,
xf8: false,
Expand Down

0 comments on commit d59f20b

Please sign in to comment.