package bram
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BRAM(config: BRAMConfig) extends Bundle with IMasterSlave with Product with Serializable
Bus BRAM definition
- case class BRAMConfig(dataWidth: Int, addressWidth: Int) extends Product with Serializable
Bus BRAM configuration
Bus BRAM configuration
- dataWidth
: data width
- addressWidth
: address width
- class BRAMDecoder extends Component
BRAM decoder
BRAM decoder
/| | | -- bram bus BRAM - | | ... | | -- bram bus \|
- class BRAMSlaveFactory extends BusSlaveFactoryDelayed
BRAM bus slave factory
Value Members
- object BRAMDecoder
- object BRAMSlaveFactory