package sdr
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Axi4SharedSdramCtrl(axiDataWidth: Int, axiIdWidth: Int, layout: SdramLayout, timing: SdramTimings, CAS: Int) extends Component with Product with Serializable
- case class BmbSdramCtrl(bmbParameter: BmbParameter, layout: SdramLayout, timing: SdramTimings, CAS: Int) extends Component with Product with Serializable
- case class SdramCtrl[T <: Data](l: SdramLayout, t: SdramTimings, CAS: Int, contextType: T, produceRspOnWrite: Boolean = false) extends Component with Product with Serializable
- case class SdramCtrlAxi4SharedContext(idWidth: Int) extends Bundle with Product with Serializable
- case class SdramCtrlBackendCmd[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable
- case class SdramCtrlBank(c: SdramLayout) extends Bundle with Product with Serializable
- case class SdramCtrlBus[T <: Data](c: SdramLayout, contextType: T) extends Bundle with IMasterSlave with Product with Serializable
- case class SdramCtrlCmd[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable
- case class SdramCtrlRsp[T <: Data](c: SdramLayout, contextType: T) extends Bundle with Product with Serializable
- case class SdramInterface(g: SdramLayout) extends Bundle with IMasterSlave with Product with Serializable
- 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
- object AS4C32M16SB
-
object
Axi4SharedSdramCtrl extends Serializable
Created by PIC32F_USER on 28/08/2016.
- object BmbSdramCtrl extends Serializable
- object EG4S20
- object IS42x320D
- object MT41K128M16JT
- object MT47H64M16HR
- object MT48LC16M16A2
- object SdramCtrlBackendTask extends SpinalEnum
- object SdramCtrlFrontendState extends SpinalEnum
- object SdramCtrlMain
- object W9825G6JH6