c

spinal.lib.memory

DfiTimeConfig

case class DfiTimeConfig(tPhyWrLat: Int, tPhyWrData: Int, tPhyWrCsLat: Int, tPhyWrCsGap: Int, dramBurst: Int, frequencyRatio: Int, tRddataEn: Int, tPhyRdlat: Int, tPhyRdCslat: Int, tPhyRdCsGap: Int, phyCrcMode: Boolean, phyDbiMode: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DfiTimeConfig
  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 DfiTimeConfig(tPhyWrLat: Int, tPhyWrData: Int, tPhyWrCsLat: Int, tPhyWrCsGap: Int, dramBurst: Int, frequencyRatio: Int, tRddataEn: Int, tPhyRdlat: Int, tPhyRdCslat: Int, tPhyRdCsGap: Int, phyCrcMode: Boolean, phyDbiMode: Boolean)

Value Members

  1. val dfiRWLength: Int
  2. val dramBurst: Int
  3. val frequencyRatio: Int
  4. val phyCrcMode: Boolean
  5. val phyDbiMode: Boolean
  6. val tPhyRdCsGap: Int
  7. val tPhyRdCslat: Int
  8. val tPhyRdlat: Int
  9. val tPhyWrCsGap: Int
  10. val tPhyWrCsLat: Int
  11. val tPhyWrData: Int
  12. val tPhyWrLat: Int
  13. val tRddataEn: Int