Packages

c

edu.berkeley.cs.ucie.digital.protocol

UCIRawPayloadFormat

class UCIRawPayloadFormat extends Bundle

UCIe raw 64B format defined as a bundle. The user-defined packet fornat is: CMD: command header consisting of details about the packets (32/64 bits) Header1: Lower word of the TL header (address bits) Header2: Upper word of the TL header (other TL config bits) Data: data is a vector of UCIe data width, this carries the main data ECC: checksum/ecc code for error check/correction (64 bits) TODO: Implement this DISCLAMER: Make sure these adds up to 512 bits

Linear Supertypes
Bundle, Record, Aggregate, Data, SourceInfoDoc, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UCIRawPayloadFormat
  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. Protected

Instance Constructors

  1. new UCIRawPayloadFormat(tl: TileLinkParams, proto: ProtocolLayerParams)

Value Members

  1. final def :=(that: => Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  2. final def <>(that: => Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  3. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  4. final macro def asUInt: UInt
    Definition Classes
    Data
  5. def autoSeed(name: String): UCIRawPayloadFormat.this.type
    Definition Classes
    Data → HasId
  6. def className: String
    Definition Classes
    Bundle → Record
  7. def cloneType: UCIRawPayloadFormat.this.type
    Definition Classes
    Record → Data
  8. val cmd: UCICmdFormat
  9. val data: Vec[UInt]
  10. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  11. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt
    Definition Classes
    Aggregate → Data
  12. val ecc: UInt
  13. final lazy val elements: SeqMap[String, Data]
    Definition Classes
    Bundle → Record
  14. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  15. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  16. final def getWidth: Int
    Definition Classes
    Data
  17. def hasSeed: Boolean
    Definition Classes
    HasId
  18. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  19. val header1: UCIHeader1Format
  20. val header2: UCIHeader2Format
  21. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  22. def instanceName: String
    Definition Classes
    HasId → InstanceId
  23. def isLit: Boolean
    Definition Classes
    Data
  24. final def isWidthKnown: Boolean
    Definition Classes
    Data
  25. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  26. def litValue: BigInt
    Definition Classes
    Aggregate → Data
  27. def parentModName: String
    Definition Classes
    HasId → InstanceId
  28. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  29. def pathName: String
    Definition Classes
    HasId → InstanceId
  30. val proto: ProtocolLayerParams
  31. def suggestName(seed: => String): UCIRawPayloadFormat.this.type
    Definition Classes
    HasId
  32. val tl: TileLinkParams
  33. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  34. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  35. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  36. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  37. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  38. final def widthOption: Option[Int]
    Definition Classes
    Data