case class PortSpec(stages: Seq[NodeBaseApi], physicalAddress: Payload[UInt], forceCheck: (NodeBaseApi) ⇒ Bool, read: (NodeBaseApi) ⇒ Bool, write: (NodeBaseApi) ⇒ Bool, execute: (NodeBaseApi) ⇒ Bool, pp: PmpPortParameter, rsp: PmpRsp) 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], physicalAddress: Payload[UInt], forceCheck: (NodeBaseApi) ⇒ Bool, read: (NodeBaseApi) ⇒ Bool, write: (NodeBaseApi) ⇒ Bool, execute: (NodeBaseApi) ⇒ Bool, pp: PmpPortParameter, rsp: PmpRsp)
Value Members
- val execute: (NodeBaseApi) ⇒ Bool
- val forceCheck: (NodeBaseApi) ⇒ Bool
- val hitsStage: NodeBaseApi
- val napotHitsStage: NodeBaseApi
- val napotMatchStage: NodeBaseApi
- val permStage: NodeBaseApi
- val physicalAddress: Payload[UInt]
- val pp: PmpPortParameter
- val read: (NodeBaseApi) ⇒ Bool
- val rsp: PmpRsp
- val rspStage: NodeBaseApi
- val stages: Seq[NodeBaseApi]
- val torCmpStage: NodeBaseApi
- val torHitsStage: NodeBaseApi
- val write: (NodeBaseApi) ⇒ Bool