case class LsuL1BusParameter(addressWidth: Int, dataWidth: Int, readIdCount: Int, writeIdCount: Int, probeIdWidth: Int, ackIdWidth: Int, lineSize: Int, withReducedBandwidth: Boolean, withCoherency: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LsuL1BusParameter
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LsuL1BusParameter(addressWidth: Int, dataWidth: Int, readIdCount: Int, writeIdCount: Int, probeIdWidth: Int, ackIdWidth: Int, lineSize: Int, withReducedBandwidth: Boolean, withCoherency: Boolean)
Value Members
- val ackIdWidth: Int
- val addressWidth: Int
- val dataWidth: Int
- val lineSize: Int
- val probeIdWidth: Int
- val readIdCount: Int
- val readIdWidth: Int
- def toTileLinkM2sParameters(name: Nameable): M2sParameters
- val withCoherency: Boolean
- val withReducedBandwidth: Boolean
- val writeIdCount: Int
- val writeIdWidth: Int