package bram
Ordering
- Alphabetic
Visibility
- Public
- All
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, readLatency: Int = 1) extends Product with Serializable
Bus BRAM configuration
Bus BRAM configuration
- dataWidth
: data width
- addressWidth
: address width
- readLatency
: # of cycles between read request and valid data being placed on the bus.
-
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