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
AnyRef, Any
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 ChiselAnnotation = core.ChiselAnnotation

    Permalink
  3. implicit final class ChiselRange extends AnyVal

    Permalink
  4. type DoubleParam = core.DoubleParam

    Permalink
  5. type FixedPoint = core.FixedPoint

    Permalink
  6. type IntParam = core.IntParam

    Permalink
  7. type Param = core.Param

    Permalink
  8. type RawParam = core.RawParam

    Permalink
  9. type StringParam = core.StringParam

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

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

    Permalink
    Annotations
    @compileTimeOnly( ... )
  12. 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 DoubleParam: core.DoubleParam.type

    Permalink
  7. val FixedPoint: core.FixedPoint.type

    Permalink
  8. val IntParam: core.IntParam.type

    Permalink
  9. val RawParam: core.RawParam.type

    Permalink
  10. val StringParam: core.StringParam.type

    Permalink
  11. final def asInstanceOf[T0]: T0

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

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
  34. val withClockAndReset: core.withClockAndReset.type

    Permalink
  35. val withReset: core.withReset.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped