Skip to content

Commit

Permalink
[RTL]: Increase Memory Island bank depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Feb 15, 2025
1 parent 2799634 commit bfc5c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ExtClusters
localparam byte_bt MemIslNarrowPorts = 1;
localparam byte_bt MemIslWidePorts = $countones(ChimeraClusterCfg.hasWideMasterPort);
localparam byte_bt MemIslNumWideBanks = 2;
localparam shrt_bt MemIslWordsPerBank = 1024;
localparam shrt_bt MemIslWordsPerBank = 2048;

// Hyperbus
localparam byte_bt HyperbusIdx = MemIslandIdx + 1;
Expand Down
2 changes: 1 addition & 1 deletion target/sim/vsim/start.chimera_soc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if {[info exists BINARY]} { append pargs "+BINARY=${BINARY} " }
if {[info exists IMAGE]} { append pargs "+IMAGE=${IMAGE} " }

if {[catch {
eval "vsim -c ${TESTBENCH} -t 1ps -vopt -voptargs=\"${VOPTARGS}\"" ${pargs} ${flags}
eval "vsim -c ${TESTBENCH} -t 1ps -vopt -voptargs=\"${VOPTARGS}\"" ${pargs} ${flags} "-do \"log -r /*;\""
}]} {return 1}

set StdArithNoWarnings 1
Expand Down

0 comments on commit bfc5c4b

Please sign in to comment.