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 StringParam = core.StringParam
  15. macro class chiselName extends internal.naming.chiselName
    Annotations
    @compileTimeOnly( ... )
  16. macro class dump extends internal.naming.dump
    Annotations
    @compileTimeOnly( ... )
  17. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val attach: core.attach.type
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val dontTouch: core.dontTouch.type
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. implicit def fromBigIntToIntParam(x: BigInt): IntParam
  21. implicit def fromDoubleToDoubleParam(x: Double): DoubleParam
  22. implicit def fromIntToIntParam(x: Int): IntParam
  23. implicit def fromLongToIntParam(x: Long): IntParam
  24. implicit def fromStringToStringParam(x: String): StringParam
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. val requireIsChiselType: core.requireIsChiselType.type
  32. val requireIsHardware: core.requireIsHardware.type
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val withClock: core.withClock.type
  39. val withClockAndReset: core.withClockAndReset.type
  40. val withReset: core.withReset.type

Inherited from AnyRef

Inherited from Any

Ungrouped