1
0

depend on external cde library

This commit is contained in:
Henry Cook
2015-10-21 18:18:32 -07:00
parent 0b7c828b5d
commit 4f8468b60f
14 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,7 @@ package rocket
import Chisel._
import uncore._
import Util._
import cde.{Parameters, Field}
case object CoreName extends Field[String]
case object BuildRoCC extends Field[Option[Parameters => RoCC]]