Packages

o

chisel3.stage

IncludeInlineTestsWithName

case object IncludeInlineTestsWithName extends HasShellOptions with Product with Serializable

Source
ChiselAnnotations.scala
Linear Supertypes
Serializable, Product, Equals, HasShellOptions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncludeInlineTestsWithName
  2. Serializable
  3. Product
  4. Equals
  5. HasShellOptions
  6. AnyRef
  7. 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[String]]

    A sequence of options provided

    A sequence of options provided

    Definition Classes
    IncludeInlineTestsWithNameHasShellOptions
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product