case class DfiConfig(chipSelectNumber: Int, dataSlice: Int, signalConfig: DfiSignalConfig, timeConfig: DfiTimeConfig, sdram: SdramConfig) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DfiConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DfiConfig(chipSelectNumber: Int, dataSlice: Int, signalConfig: DfiSignalConfig, timeConfig: DfiTimeConfig, sdram: SdramConfig)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val addressWidth: Int
  5. val alertWidth: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bankGroupWidth: Int
  8. val bankWidth: Int
  9. val beatCount: Int
  10. val beatWidth: Int
  11. val burstWidth: Int
  12. val bytePerBeat: Int
  13. val bytePerBurst: Int
  14. val bytePerDq: Int
  15. val caTrainingMCIFWidth: Int
  16. val caTrainingPhyIFWidth: Int
  17. val caTrainingResponseWidth: Int
  18. val chipIdWidth: Int
  19. val chipSelectNumber: Int
  20. val chipSelectWidth: Int
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  22. val controlWidth: Int
  23. val dataEnableWidth: Int
  24. val dataRate: Int
  25. val dataSlice: Int
  26. val dataWidth: Int
  27. val dbiWidth: Int
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val errorNumber: Int
  30. val frequencyRatio: Int
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val levelingPhyIFWidth: Int
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. val phyIoWidth: Int
  38. val rankWidth: Int
  39. val readDataValidWidth: Int
  40. val readLevelingMCIFWidth: Int
  41. val readLevelingPhyIFWidth: Int
  42. val readLevelingResponseWidth: Int
  43. val readTrainingPhyIFWidth: Int
  44. val sdram: SdramConfig
  45. val signalConfig: DfiSignalConfig
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. val taskAddressWidth: Int
  48. val timeConfig: DfiTimeConfig
  49. val transferPerBurst: Int
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. val writeLevelingMCIFWidth: Int
  54. val writeLevelingPhyIFWidth: Int
  55. val writeLevelingResponseWidth: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped