1
0

Merge branch 'master' into test_mode_reset

This commit is contained in:
Henry Cook
2017-09-15 17:26:11 -07:00
committed by GitHub
22 changed files with 80 additions and 84 deletions

View File

@ -13,6 +13,7 @@ import freechips.rocketchip.util._
/** A knob selecting one of the two possible debug interfaces */
case object IncludeJtagDTM extends Field[Boolean](false)
/** A wrapper bundle containing one of the two possible debug interfaces */
class DebugIO(implicit val p: Parameters) extends ParameterizedBundle()(p) with CanHavePSDTestModeIO {