Skip to content

Commit

Permalink
Hw: Change Hyperbus memory range
Browse files Browse the repository at this point in the history
  • Loading branch information
sermazz committed Nov 1, 2024
1 parent 6ba5d20 commit 4cfacfb
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 HyperbusIdx = MemIslandIdx + 1;
localparam doub_bt HyperbusRegionStart = 64'h5000_0000;
//TODO(smazzola): Correct size of HyperRAM?
localparam doub_bt HyperbusRegionEnd = HyperbusRegionStart + 64'h0800_0000;
localparam doub_bt HyperbusRegionEnd = HyperbusRegionStart + 64'h1000_0000;

localparam int unsigned LogDepth = 3;
localparam int unsigned SyncStages = 3;
Expand Down
2 changes: 1 addition & 1 deletion hw/chimera_top_wrapper.sv
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ module chimera_top_wrapper
.RxFifoLogDepth (32'd2),
.TxFifoLogDepth (32'd2),
.RstChipBase (ChsCfg.LlcOutRegionStart),
.RstChipSpace (HypNumPhys * HypNumChips * 'h800_0000),
.RstChipSpace (HyperbusRegionEnd - HyperbusRegionStart),
.PhyStartupCycles(300 * 200),
.AxiLogDepth (LogDepth),
.AxiSlaveArWidth (ChimeraAxiSlvArWidth),
Expand Down

0 comments on commit 4cfacfb

Please sign in to comment.