Packages

class d2dConfig extends Bundle

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

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: Record
    Attributes
    protected
    Definition Classes
    Record
  7. def _elementsImpl: Iterable[(String, Any)]
    Attributes
    protected
    Definition Classes
    Bundle
  8. def _usingPlugin: Boolean
    Attributes
    protected
    Definition Classes
    Bundle
  9. val advertised_adapter_capability: UInt
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  12. final macro def asUInt: UInt
    Definition Classes
    Data
  13. def autoSeed(name: String): d2dConfig.this.type
    Definition Classes
    Data → HasId
  14. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  15. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  16. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  17. def className: String
    Definition Classes
    Bundle → Record
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  19. def cloneType: d2dConfig.this.type
    Definition Classes
    Record → Data
  20. val d2d_correctable_error_csr: UInt
  21. val d2d_correctable_error_mask_csr: UInt
  22. val d2d_cycles_1us: UInt
  23. val d2d_error_and_link_testing_parity_log0: UInt
  24. val d2d_error_and_link_testing_parity_log1: UInt
  25. val d2d_error_and_link_testing_parity_log2: UInt
  26. val d2d_error_and_link_testing_parity_log3: UInt
  27. val d2d_flush_and_reset: UInt
  28. val d2d_header_log_1_csr: UInt
  29. val d2d_header_log_2_csr: UInt
  30. val d2d_stack_num: UInt
  31. val d2d_state_can_reset: UInt
  32. val d2d_uncorrectable_error_csr: UInt
  33. val d2d_uncorrectable_error_mask_csr: UInt
  34. val d2d_uncorrectable_error_severity_csr: UInt
  35. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  36. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt
    Definition Classes
    Aggregate → Data
  37. final lazy val elements: SeqMap[String, Data]
    Definition Classes
    Bundle → Record
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  41. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  42. final def getWidth: Int
    Definition Classes
    Data
  43. def hasSeed: Boolean
    Definition Classes
    HasId
  44. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  45. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  46. def instanceName: String
    Definition Classes
    HasId → InstanceId
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isLit: Boolean
    Definition Classes
    Data
  49. final def isWidthKnown: Boolean
    Definition Classes
    Data
  50. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  51. def litValue: BigInt
    Definition Classes
    Aggregate → Data
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. def parentModName: String
    Definition Classes
    HasId → InstanceId
  56. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  57. def pathName: String
    Definition Classes
    HasId → InstanceId
  58. def suggestName(seed: => String): d2dConfig.this.type
    Definition Classes
    HasId
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  61. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  62. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  63. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  64. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. 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

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