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

@ -3,6 +3,7 @@ package rocket
import Chisel._
import uncore._
import Util._
import cde.{Parameters, Field}
class FrontendReq(implicit p: Parameters) extends CoreBundle()(p) {
val pc = UInt(width = vaddrBitsExtended)