Class

fringe

AccelInterface

Related Doc: package fringe

Permalink

abstract class AccelInterface extends Bundle

Linear Supertypes
Bundle, Record, Aggregate, Data, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccelInterface
  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 AccelInterface()

    Permalink

Abstract Value Members

  1. abstract val argIns: Vec[UInt]

    Permalink
  2. abstract val argOutLoopbacks: Vec[UInt]

    Permalink
  3. abstract val argOuts: Vec[DecoupledIO[UInt]]

    Permalink
  4. abstract val done: Bool

    Permalink
  5. abstract val enable: Bool

    Permalink
  6. abstract val heap: HeapIO

    Permalink
  7. abstract val memStreams: AppStreams

    Permalink
  8. abstract val reset: Bool

    Permalink

Concrete 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 :=(that: Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit

    Permalink
    Definition Classes
    Data
  4. final def <>(that: Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit

    Permalink
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. macro def asTypeOf[T <: Data](that: T): T

    Permalink
    Definition Classes
    Data
  8. final macro def asUInt(): UInt

    Permalink
    Definition Classes
    Data
  9. def binding_=(target: Binding): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Data
  10. def className: String

    Permalink
    Definition Classes
    Bundle → Record
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def cloneType: AccelInterface.this.type

    Permalink
    Definition Classes
    Bundle → Data
  13. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T

    Permalink
    Definition Classes
    Data
  14. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt

    Permalink
    Definition Classes
    Aggregate → Data
  15. final lazy val elements: ListMap[String, Data]

    Permalink
    Definition Classes
    Bundle → Record
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(that: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getElements: Seq[Data]

    Permalink
    Definition Classes
    Record → Aggregate
  21. final def getWidth: Int

    Permalink
    Definition Classes
    Data
  22. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  23. def instanceName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isLit(): Boolean

    Permalink
    Definition Classes
    Data
  26. final def isWidthKnown: Boolean

    Permalink
    Definition Classes
    Data
  27. def litArg(): Option[LitArg]

    Permalink
    Definition Classes
    Data
  28. def litValue(): BigInt

    Permalink
    Definition Classes
    Data
  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. def parentModName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  33. def parentPathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  34. def pathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  35. def suggestName(name: ⇒ String): AccelInterface.this.type

    Permalink
    Definition Classes
    HasId
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toPrintable: Printable

    Permalink
    Definition Classes
    Bundle → Record → Data
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def widthOption: Option[Int]

    Permalink
    Definition Classes
    Data

Deprecated Value Members

  1. def toBits(implicit compileOptions: CompileOptions): UInt

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

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

Inherited from Bundle

Inherited from Record

Inherited from Aggregate

Inherited from Data

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped