Packages

o

chisel3

experimental

object experimental

Package for experimental features, which may have their API changed, be removed, etc.

Because its contents won't necessarily have the same level of stability and support as non-experimental, you must explicitly import this package to use its contents.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. experimental
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Analog = core.Analog
  2. type BaseModule = core.BaseModule
  3. type ChiselAnnotation = core.ChiselAnnotation
  4. implicit final class ChiselRange extends AnyVal
  5. type Direction = ActualDirection
  6. type DoubleParam = core.DoubleParam
  7. type ExtModule = core.ExtModule
  8. type FixedPoint = core.FixedPoint
  9. type IntParam = core.IntParam
  10. type MultiIOModule = ImplicitModule
  11. type Param = core.Param
  12. type RawModule = UserModule
  13. type RawParam = core.RawParam
  14. type RunFirrtlTransform = core.RunFirrtlTransform
  15. type StringParam = core.StringParam
  16. macro class chiselName extends internal.naming.chiselName
    Annotations
    @compileTimeOnly( ... )
  17. macro class dump extends internal.naming.dump
    Annotations
    @compileTimeOnly( ... )
  18. macro class treedump extends internal.naming.treedump
    Annotations
    @compileTimeOnly( ... )

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Analog: core.Analog.type
  5. val ChiselAnnotation: core.ChiselAnnotation.type
  6. val DataMirror: core.DataMirror.type
  7. val Direction: ActualDirection.type
  8. val DoubleParam: core.DoubleParam.type
  9. val FixedPoint: core.FixedPoint.type
  10. val IntParam: core.IntParam.type
  11. val RawParam: core.RawParam.type
  12. val StringParam: core.StringParam.type
  13. val annotate: core.annotate.type
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val attach: core.attach.type
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. val dontTouch: core.dontTouch.type
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. implicit def fromBigIntToIntParam(x: BigInt): IntParam
  22. implicit def fromDoubleToDoubleParam(x: Double): DoubleParam
  23. implicit def fromIntToIntParam(x: Int): IntParam
  24. implicit def fromLongToIntParam(x: Long): IntParam
  25. implicit def fromStringToStringParam(x: String): StringParam
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val requireIsChiselType: core.requireIsChiselType.type
  33. val requireIsHardware: core.requireIsHardware.type
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. val withClock: core.withClock.type
  40. val withClockAndReset: core.withClockAndReset.type
  41. val withReset: core.withReset.type

Inherited from AnyRef

Inherited from Any

Ungrouped