Packages

class MatMulArgs extends Bundle

Linear Supertypes
Bundle, Record, Aggregate, Data, SourceInfoDoc, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatMulArgs
  2. Bundle
  3. Record
  4. Aggregate
  5. Data
  6. SourceInfoDoc
  7. NamedComponent
  8. HasId
  9. InstanceId
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MatMulArgs(layout: InstructionLayout)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def :=(that: ⇒ Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  4. final def <>(that: ⇒ Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def _cloneTypeImpl: Bundle
    Attributes
    protected
    Definition Classes
    Bundle
  7. val _unused0: UInt
  8. val _unused1: UInt
  9. def _usingPlugin: Boolean
    Attributes
    protected
    Definition Classes
    Bundle
  10. val accAddress: UInt
  11. val accStride: UInt
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  14. final macro def asUInt(): UInt
    Definition Classes
    Data
  15. def autoSeed(name: String): MatMulArgs.this.type
    Definition Classes
    Data → HasId
  16. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  17. def bindingToString: String
    Attributes
    protected
    Definition Classes
    Data
  18. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  19. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  20. def className: String
    Definition Classes
    Bundle → Record
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. def cloneType: MatMulArgs.this.type
    Definition Classes
    Bundle → Data
  23. def computeName(defaultPrefix: Option[String], defaultSeed: Option[String]): Option[String]
    Definition Classes
    HasId
  24. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  25. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt
    Definition Classes
    Aggregate → Data
  26. final lazy val elements: ListMap[String, Data]
    Definition Classes
    Bundle → Record
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  31. final def getWidth: Int
    Definition Classes
    Data
  32. def hasSeed: Boolean
    Definition Classes
    HasId
  33. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  34. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  35. def instanceName: String
    Definition Classes
    HasId → InstanceId
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isLit(): Boolean
    Definition Classes
    Data
  38. final def isWidthKnown: Boolean
    Definition Classes
    Data
  39. val layout: InstructionLayout
  40. def litOption(): Option[BigInt]
    Definition Classes
    Aggregate → Data
  41. def litValue(): BigInt
    Definition Classes
    Data
  42. val memAddress: UInt
  43. val memStride: UInt
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def parentModName: String
    Definition Classes
    HasId → InstanceId
  48. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  49. def pathName: String
    Definition Classes
    HasId → InstanceId
  50. val size: UInt
  51. def suggestName(seed: ⇒ String): MatMulArgs.this.type
    Definition Classes
    HasId
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  54. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  55. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  56. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  57. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def litArg(): Option[LitArg]
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) litArg is deprecated, use litOption or litTo*Option

Inherited from Bundle

Inherited from Record

Inherited from Aggregate

Inherited from Data

Inherited from SourceInfoDoc

Inherited from NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped