Skip to content

Commit

Permalink
Merge branch 'master' into 1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Jul 28, 2020
2 parents dd4d1c0 + 241ca95 commit f93d3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/chisel3/iotesters/TreadleBackend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private[iotesters] object setupTreadleBackend {
annotationSeq = (new ChiselStage).run(annotationSeq)

// This generates a TreadleTesterAnnotation with a treadle tester instance
annotationSeq = TreadleTesterPhase.transform(annotationSeq :+ TreadleFirrtlFormHint(LowForm))
annotationSeq = (new TreadleTesterPhase).transform(annotationSeq :+ TreadleFirrtlFormHint(LowForm))

val treadleTester = annotationSeq.collectFirst { case TreadleTesterAnnotation(t) => t }.getOrElse(
throw new Exception(
Expand Down

0 comments on commit f93d3b1

Please sign in to comment.