1
0

rocketchip: move from using cde to config

This commit is contained in:
Wesley W. Terpstra
2016-11-18 14:05:14 -08:00
parent 40daea2e15
commit 37a3c22639
86 changed files with 88 additions and 88 deletions

View File

@ -5,7 +5,7 @@ import Chisel._
import scala.math.max
import scala.collection.mutable.ArraySeq
import util._
import cde.{Parameters, Field}
import config._
case object NastiKey extends Field[NastiParameters]