t

vexiiriscv.prediction

LearnService

trait LearnService extends AnyRef

Provide an API allowing plugins to access the LearnCmd interface (used by BtbPlugin/GSharePlugin), aswell as a way to specify additional execute pipeline payload which should be collected and feeded to the LearnCmd

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LearnService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getLearnPort(): Flow[LearnCmd]

Concrete Value Members

  1. def addLearnCtx[T <: Data](that: Payload[T]): Unit
  2. val learnCtxElements: LinkedHashSet[NamedType[_ <: Data]]
  3. val learnLock: Retainer