diff --git a/generators/chipyard/src/main/scala/Subsystem.scala b/generators/chipyard/src/main/scala/Subsystem.scala index 3b4d312b..a2f81c0a 100644 --- a/generators/chipyard/src/main/scala/Subsystem.scala +++ b/generators/chipyard/src/main/scala/Subsystem.scala @@ -51,10 +51,8 @@ trait CanHaveHTIF { this: BaseSubsystem => case object ChosenInDTS extends Field[Boolean](true) trait CanHaveChosenInDTS { this: BaseSubsystem => if (p(ChosenInDTS)) { - println("got here") this match { case t: HasPeripheryUART if (!p(PeripheryUARTKey).isEmpty) => { - println("Add chosen resource") val chosen = new Device { def describe(resources: ResourceBindings): Description = { val stdout = resources("stdout").map(_.value)