spinal.lib.memory

sdram

package sdram

Visibility
  1. Public
  2. All

Type Members

  1. case class Axi4SharedSdramCtrl(axiDataWidth: Int, axiIdWidth: Int, layout: SdramLayout, timing: SdramTimings, CAS: Int) extends Component with Product with Serializable

  2. case class SdramCtrl[T <: Data](l: SdramLayout, t: SdramTimings, CAS: Int, contextType: T) extends Component with Product with Serializable

  3. case class SdramCtrlAxi4SharedContext(idWidth: Int) extends Bundle with Product with Serializable

  4. case class SdramCtrlBackendCmd[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable

  5. case class SdramCtrlBank(c: SdramLayout) extends Bundle with Product with Serializable

  6. case class SdramCtrlBus[T <: Data](c: SdramLayout, contextType: T) extends Bundle with IMasterSlave with Product with Serializable

  7. case class SdramCtrlCmd[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable

  8. case class SdramCtrlRsp[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable

  9. case class SdramInterface(g: SdramLayout) extends Bundle with IMasterSlave with Product with Serializable

  10. case class SdramLayout(bankWidth: Int, columnWidth: Int, rowWidth: Int, dataWidth: Int) extends Product with Serializable

  11. case class SdramTimings(bootRefreshCount: Int, tPOW: TimeNumber, tREF: TimeNumber, tRC: TimeNumber, tRFC: TimeNumber, tRAS: TimeNumber, tRP: TimeNumber, tRCD: TimeNumber, cMRD: Int, tWR: TimeNumber, cWR: Int) extends Product with Serializable

Value Members

  1. object Axi4SharedSdramCtrl extends Serializable

    Created by PIC32F_USER on 28/08/2016.

  2. object IS42x320D

  3. object MT48LC16M16A2

  4. object SdramCtrlBackendTask extends SpinalEnum

  5. object SdramCtrlFrontendState extends SpinalEnum

  6. object SdramCtrlMain

  7. object W9825G6JH6

Ungrouped