Package

spinal.lib.bus

bram

Permalink

package bram

Visibility
  1. Public
  2. All

Type Members

  1. case class BRAM(config: BRAMConfig) extends Bundle with IMasterSlave with Product with Serializable

    Permalink

    Bus BRAM definition

  2. case class BRAMConfig(dataWidth: Int, addressWidth: Int) extends Product with Serializable

    Permalink

    Bus BRAM configuration

    Bus BRAM configuration

    dataWidth

    : data width

    addressWidth

    : address width

  3. class BRAMDecoder extends Component

    Permalink

    BRAM decoder

    BRAM decoder

    /| | | -- bram bus BRAM - | | ... | | -- bram bus \|

  4. class BRAMSlaveFactory extends BusSlaveFactoryDelayed

    Permalink

    BRAM bus slave factory

Value Members

  1. object BRAMDecoder

    Permalink

Ungrouped