Object

chisel3

experimental

Related Doc: package chisel3

Permalink

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

    Permalink
  2. type BaseModule = core.BaseModule

    Permalink
  3. type ChiselAnnotation = core.ChiselAnnotation

    Permalink
  4. implicit final class ChiselRange extends AnyVal

    Permalink
  5. type Direction = ActualDirection

    Permalink
  6. type DoubleParam = core.DoubleParam

    Permalink
  7. type ExtModule = core.ExtModule

    Permalink
  8. type FixedPoint = core.FixedPoint

    Permalink
  9. type IntParam = core.IntParam

    Permalink
  10. type MultiIOModule = ImplicitModule

    Permalink
  11. type Param = core.Param

    Permalink
  12. type RawModule = UserModule

    Permalink
  13. type RawParam = core.RawParam

    Permalink
  14. type StringParam = core.StringParam

    Permalink
  15. macro class chiselName extends internal.naming.chiselName

    Permalink
    Annotations
    @compileTimeOnly( ... )
  16. macro class dump extends internal.naming.dump

    Permalink
    Annotations
    @compileTimeOnly( ... )
  17. macro class treedump extends internal.naming.treedump

    Permalink
    Annotations
    @compileTimeOnly( ... )

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Analog: core.Analog.type

    Permalink
  5. val ChiselAnnotation: core.ChiselAnnotation.type

    Permalink
  6. val DataMirror: core.DataMirror.type

    Permalink
  7. val Direction: ActualDirection.type

    Permalink
  8. val DoubleParam: core.DoubleParam.type

    Permalink
  9. val FixedPoint: core.FixedPoint.type

    Permalink
  10. val IntParam: core.IntParam.type

    Permalink
  11. val RawParam: core.RawParam.type

    Permalink
  12. val StringParam: core.StringParam.type

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. val attach: core.attach.type

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val dontTouch: core.dontTouch.type

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. implicit def fromBigIntToIntParam(x: BigInt): IntParam

    Permalink
  21. implicit def fromDoubleToDoubleParam(x: Double): DoubleParam

    Permalink
  22. implicit def fromIntToIntParam(x: Int): IntParam

    Permalink
  23. implicit def fromLongToIntParam(x: Long): IntParam

    Permalink
  24. implicit def fromStringToStringParam(x: String): StringParam

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val requireIsChiselType: core.requireIsChiselType.type

    Permalink
  32. val requireIsHardware: core.requireIsHardware.type

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val withClock: core.withClock.type

    Permalink
  39. val withClockAndReset: core.withClockAndReset.type

    Permalink
  40. val withReset: core.withReset.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped