File tree Expand file tree Collapse file tree
src/main/scala/radiance/muon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import org.chipsalliance.cde.config.Field
1111case class LoadStoreUnitParams (
1212 val numLsuLanes : Int = 16 , // width of downstream memory interface and writeback; width of execute fixed to # of lanes
1313
14- val numGlobalLdqEntries : Int = 16 , // limited to 8 decoded global load insts per warp
15- val numGlobalStqEntries : Int = 16 , // limited to 4 decoded global store insts per warp
16- val numSharedLdqEntries : Int = 16 , // limited to 8 decoded shared load insts per warp
17- val numSharedStqEntries : Int = 16 , // limited to 8 decoded shared store insts per warp
14+ val numGlobalLdqEntries : Int = 4 , // limited to 8 decoded global load insts per warp
15+ val numGlobalStqEntries : Int = 4 , // limited to 4 decoded global store insts per warp
16+ val numSharedLdqEntries : Int = 4 , // limited to 8 decoded shared load insts per warp
17+ val numSharedStqEntries : Int = 4 , // limited to 8 decoded shared store insts per warp
1818
1919 val loadDataEntries : Int = 16 , // limited to 16 in-flight / waiting to writeback load requests
2020 val storeDataEntries : Int = 8 , // limited to 8 unissued store requests
You can’t perform that action at this time.
0 commit comments