Packages

  • package root

    This is the documentation for Chisel.

    This is the documentation for Chisel.

    Package structure

    The chisel3 package presents the public API of Chisel. It contains the concrete core types UInt, SInt, Bool, FixedPoint, Clock, and Reg, the abstract types Bits, Aggregate, and Data, and the aggregate types Bundle and Vec.

    The Chisel package is a compatibility layer that attempts to provide chisel2 compatibility in chisel3.

    Utility objects and methods are found in the util package.

    The testers package defines the basic interface for chisel testers.

    Definition Classes
    root
  • package chisel3

    The chisel3 package contains the chisel3 API.

    The chisel3 package contains the chisel3 API. It maps core components into the public chisel3 namespace.

    Definition Classes
    root
  • package util

    The util package provides extensions to core chisel for common hardware components and utility functions.

    The util package provides extensions to core chisel for common hardware components and utility functions.

    Definition Classes
    chisel3
  • class Pipe [T <: Data] extends Module
    Definition Classes
    util
  • PipeIO

class PipeIO extends Bundle

Linear Supertypes
core.Bundle, core.Record, core.Aggregate, core.Data, HasId, InstanceId, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PipeIO
  2. Bundle
  3. Record
  4. Aggregate
  5. Data
  6. HasId
  7. InstanceId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PipeIO()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def :=(that: core.Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  4. final def <>(that: core.Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. macro def asTypeOf[T <: core.Data](that: T): T
    Definition Classes
    Data
  8. final macro def asUInt(): core.UInt
    Definition Classes
    Data
  9. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  10. def chiselCloneType: PipeIO.this.type
    Definition Classes
    Data
  11. def className: String
    Definition Classes
    Bundle → Record
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cloneType: PipeIO.this.type
    Definition Classes
    Bundle → Data
  14. val deq: Valid[T]
  15. def do_asTypeOf[T <: core.Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  16. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): core.UInt
    Definition Classes
    Aggregate → Data
  17. final lazy val elements: ListMap[String, core.Data]
    Definition Classes
    Bundle → Record
  18. val enq: Valid[T]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  23. def getElements: Seq[core.Data]
    Definition Classes
    Record → Aggregate
  24. final def getWidth: Int
    Definition Classes
    Data
  25. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  26. def instanceName: String
    Definition Classes
    HasId → InstanceId
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isLit(): Boolean
    Definition Classes
    Data
  29. final def isWidthKnown: Boolean
    Definition Classes
    Data
  30. def litArg(): Option[LitArg]
    Definition Classes
    Data
  31. def litValue(): BigInt
    Definition Classes
    Data
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. def parentModName: String
    Definition Classes
    HasId → InstanceId
  36. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  37. def pathName: String
    Definition Classes
    HasId → InstanceId
  38. def suggestName(name: ⇒ String): PipeIO.this.type
    Definition Classes
    HasId
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toPrintable: core.Printable
    Definition Classes
    Bundle → Record → Data
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

  1. def toBits(implicit compileOptions: CompileOptions): core.UInt
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version chisel3) Best alternative, .asUInt()

Inherited from core.Bundle

Inherited from core.Record

Inherited from core.Aggregate

Inherited from core.Data

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped