1
0

minor cache param cleanup

This commit is contained in:
Henry Cook
2014-08-14 11:31:42 -07:00
parent 2de268b3b1
commit 6a4193cf90
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import uncore._
import Util._
case object InstBytes extends Field[Int]
case object CoreBTBParams extends Field[PF]
abstract trait FrontendParameters extends CacheParameters {
val instBytes = params(InstBytes)