summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/experimental/getAnnotations.scala
blob: ac6e6bd1fbdd554bb5307d690ed444c5f487cca2 (plain)
1
2
3
4
5
6
7
8
9
10
package chisel3.util.experimental

import chisel3.internal.Builder
import firrtl.AnnotationSeq

object getAnnotations {

  /** Returns the global Annotations */
  def apply(): AnnotationSeq = Builder.annotationSeq
}