trait AlignerService extends AnyRef
Provide an API which allows other plugin to carry pipeline payload from Fetch to Decode. The payload carried can be specified to come from the first or the last fetch-word of a given instruction. This is used by plugins like branch prediction to carry data through the different pipelines
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AlignerService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def addFirstSliceDataCtx(that: NamedType[_ <: Data]): LinkedHashSet[NamedType[_ <: Data]]
- def addLastSliceDataCtx(that: NamedType[_ <: Data]): LinkedHashSet[NamedType[_ <: Data]]
- val elaborationLock: Retainer
- val firstSliceData: LinkedHashSet[NamedType[_ <: Data]]
- val lastSliceData: LinkedHashSet[NamedType[_ <: Data]]