Decrease imemSourceWidth to 4
This commit is contained in:
@@ -171,7 +171,7 @@ class VortexTile private (
|
|||||||
// ibuffer size is set as a hardcoded macro IBUF_SIZE that's uncontrollable
|
// ibuffer size is set as a hardcoded macro IBUF_SIZE that's uncontrollable
|
||||||
// from Chisel, there's no easy solution. We at least don't expose this as a
|
// from Chisel, there's no easy solution. We at least don't expose this as a
|
||||||
// Parameter and leave as a hardcoded value here.
|
// Parameter and leave as a hardcoded value here.
|
||||||
val imemSourceWidth = 6 // 1 << imemSourceWidth == IBUF_SIZE
|
val imemSourceWidth = 4 // 1 << imemSourceWidth == IBUF_SIZE
|
||||||
|
|
||||||
val dmemSourceWidth = p(SIMTCoreKey) match {
|
val dmemSourceWidth = p(SIMTCoreKey) match {
|
||||||
// TODO: respect coalescer newSrcIds
|
// TODO: respect coalescer newSrcIds
|
||||||
|
|||||||
Reference in New Issue
Block a user