Packages

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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PortSpec
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. val execute: (NodeBaseApi) ⇒ Bool
  2. val forceCheck: (NodeBaseApi) ⇒ Bool
  3. val hitsStage: NodeBaseApi
  4. val napotHitsStage: NodeBaseApi
  5. val napotMatchStage: NodeBaseApi
  6. val permStage: NodeBaseApi
  7. val physicalAddress: Payload[UInt]
  8. val pp: PmpPortParameter
  9. val read: (NodeBaseApi) ⇒ Bool
  10. val rsp: PmpRsp
  11. val rspStage: NodeBaseApi
  12. val stages: Seq[NodeBaseApi]
  13. val torCmpStage: NodeBaseApi
  14. val torHitsStage: NodeBaseApi
  15. val write: (NodeBaseApi) ⇒ Bool