case class PortSpec(stages: Seq[NodeBaseApi], preAddress: Payload[UInt], forcePhysical: Payload[Bool], usage: AddressTranslationPortUsage, pp: MmuPortParameter, ss: StorageSpec, rsp: AddressTranslationRsp) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PortSpec
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PortSpec(stages: Seq[NodeBaseApi], preAddress: Payload[UInt], forcePhysical: Payload[Bool], usage: AddressTranslationPortUsage, pp: MmuPortParameter, ss: StorageSpec, rsp: AddressTranslationRsp)
Value Members
- val ctrlStage: NodeBaseApi
- val forcePhysical: Payload[Bool]
- val hitsStage: NodeBaseApi
- val pp: MmuPortParameter
- val preAddress: Payload[UInt]
- val readStage: NodeBaseApi
- val rsp: AddressTranslationRsp
- val rspStage: NodeBaseApi
- val ss: StorageSpec
- val stages: Seq[NodeBaseApi]
- val usage: AddressTranslationPortUsage