Skip to content

Commit

Permalink
add axi converter
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoling-yi committed Jul 13, 2024
1 parent 9276070 commit 3fba233
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/cfg/snax-alu.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
dma_axi_req_fifo_depth: 3,
dma_req_fifo_depth: 3,
// AXI bandwidth switcher
use_ax_bw_converter: false,
use_ax_bw_converter: true,
converted_axi_bandwidth: 256,
// Timing parameters
timing: {
Expand Down
3 changes: 3 additions & 0 deletions target/snitch_cluster/cfg/snax-streamer-gemm.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
dma_data_width: 512,
dma_axi_req_fifo_depth: 3,
dma_req_fifo_depth: 3,
// AXI bandwidth switcher
use_ax_bw_converter: true,
converted_axi_bandwidth: 256,
// Timing parameters
timing: {
lat_comp_fp32: 3,
Expand Down
3 changes: 3 additions & 0 deletions target/snitch_cluster/cfg/snax-streamer-gemmX.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
dma_data_width: 512,
dma_axi_req_fifo_depth: 3,
dma_req_fifo_depth: 3,
// AXI bandwidth switcher
use_ax_bw_converter: true,
converted_axi_bandwidth: 256,
// Timing parameters
timing: {
lat_comp_fp32: 3,
Expand Down

0 comments on commit 3fba233

Please sign in to comment.