Skip to content

Commit

Permalink
[HW]: Increase Memory Island size form 128 KiB to 512 KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Nov 25, 2024
1 parent 2f87fbd commit 6b7bb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ExtClusters
localparam byte_bt MemIslNarrowToWideFactor = 16;
localparam byte_bt MemIslNarrowPorts = 1;
localparam byte_bt MemIslWidePorts = $countones(ChimeraClusterCfg.hasWideMasterPort);
localparam byte_bt MemIslNumWideBanks = 2;
localparam byte_bt MemIslNumWideBanks = 8;
localparam shrt_bt MemIslWordsPerBank = 1024;

// Hyperbus
Expand Down

0 comments on commit 6b7bb65

Please sign in to comment.