t

vexiiriscv.decode

AlignerService

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
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlignerService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def addFirstSliceDataCtx(that: NamedType[_ <: Data]): LinkedHashSet[NamedType[_ <: Data]]
  2. def addLastSliceDataCtx(that: NamedType[_ <: Data]): LinkedHashSet[NamedType[_ <: Data]]
  3. val elaborationLock: Retainer
  4. val firstSliceData: LinkedHashSet[NamedType[_ <: Data]]
  5. val lastSliceData: LinkedHashSet[NamedType[_ <: Data]]