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 RunFirrtlTransform = core.RunFirrtlTransform

    Permalink
  15. type StringParam = core.StringParam

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

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

    Permalink
    Annotations
    @compileTimeOnly( ... )
  18. 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. val annotate: core.annotate.type

    Permalink
  14. final def asInstanceOf[T0]: T0

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

    Permalink
  16. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  33. val requireIsHardware: core.requireIsHardware.type

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

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

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

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

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

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

    Permalink
  40. val withClockAndReset: core.withClockAndReset.type

    Permalink
  41. val withReset: core.withReset.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped