Packages

object Ages

This contains the integer constant which allows to compute identifier for a given point in the pipeline. This id can then be used with the ReschedulePlugin to querry/register flushes

So for instance, if you want to get the age id for the execute stage 3, then you do EXECUTE + 3*STAGE + NOT_PREDICTION

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

Value Members

  1. val DECODE: Int
  2. val EXECUTE: Int
  3. val FETCH: Int
  4. val NOT_PREDICTION: Int
  5. val STAGE: Int
  6. val TRAP: Int