Packages

object ClassLogLevelAnnotation extends HasShellOptions with Serializable

Annotations
@deprecated
Deprecated

(Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Source
LoggerAnnotations.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassLogLevelAnnotation
  2. Serializable
  3. HasShellOptions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def addOptions(p: OptionParser[AnnotationSeq]): Unit

    Add all shell (command line) options to an option parser

    Add all shell (command line) options to an option parser

    p

    an option parser

    Definition Classes
    HasShellOptions
  2. val options: Seq[ShellOption[Seq[String]]]

    A sequence of options provided

    A sequence of options provided

    Definition Classes
    ClassLogLevelAnnotationHasShellOptions