package sdr

Ordering
  1. Alphabetic
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 BmbSdramCtrl(bmbParameter: BmbParameter, layout: SdramLayout, timing: SdramTimings, CAS: Int) extends Component with Product with Serializable
  3. case class SdramCtrl[T <: Data](l: SdramLayout, t: SdramTimings, CAS: Int, contextType: T, produceRspOnWrite: Boolean = false) extends Component with Product with Serializable
  4. case class SdramCtrlAxi4SharedContext(idWidth: Int) extends Bundle with Product with Serializable
  5. case class SdramCtrlBackendCmd[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable
  6. case class SdramCtrlBank(c: SdramLayout) extends Bundle with Product with Serializable
  7. case class SdramCtrlBus[T <: Data](c: SdramLayout, contextType: T) extends Bundle with IMasterSlave with Product with Serializable
  8. case class SdramCtrlCmd[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable
  9. case class SdramCtrlRsp[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable
  10. case class SdramInterface(g: SdramLayout) extends Bundle with IMasterSlave with 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 AS4C32M16SB
  2. object Axi4SharedSdramCtrl extends Serializable

    Created by PIC32F_USER on 28/08/2016.

  3. object BmbSdramCtrl extends Serializable
  4. object EG4S20
  5. object IS42x320D
  6. object MT41K128M16JT
  7. object MT47H64M16HR
  8. object MT48LC16M16A2
  9. object SdramCtrlBackendTask extends SpinalEnum
  10. object SdramCtrlFrontendState extends SpinalEnum
  11. object SdramCtrlMain
  12. object W9825G6JH6

Ungrouped