1
0

Increase tag width for configurable precision in Hwacha

This commit is contained in:
Quan Nguyen 2013-12-13 03:33:02 -08:00
parent d450b85483
commit ebec444ad2

View File

@ -12,7 +12,7 @@ case class RocketConfiguration(tl: TileLinkConfiguration,
fastLoadByte: Boolean = false,
fastMulDiv: Boolean = true)
{
val dcacheReqTagBits = 9 // enforce compliance with require()
val dcacheReqTagBits = 10 // enforce compliance with require() // hue hue hue
val xprlen = 64
val nxpr = 32
val nxprbits = log2Up(nxpr)