case class PortSpec(stages: Seq[NodeBaseApi], preAddress: Payload[UInt], forcePhysical: Payload[Bool], usage: AddressTranslationPortUsage, 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, rsp: AddressTranslationRsp)
Value Members
- val forcePhysical: Payload[Bool]
- val preAddress: Payload[UInt]
- val rsp: AddressTranslationRsp
- val stages: Seq[NodeBaseApi]
- val usage: AddressTranslationPortUsage