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