Packages

t

vexiiriscv.schedule

ScheduleService

trait ScheduleService extends AnyRef

Provide an API to create new interfaces to flush the CPU pipelines. The "age" can be generated from the Ages object.

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

Abstract Value Members

  1. abstract def isFlushedAt(age: Int, hartId: UInt, laneAge: UInt): Option[Bool]
  2. abstract def newFlushPort(age: Int, laneAgeWidth: Int, withUopId: Boolean): Flow[FlushCmd]

Concrete Value Members

  1. val elaborationLock: Retainer