Packages

class Api extends AnyRef

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

Instance Constructors

  1. new Api(layer: LaneLayer, srcPlugin: SrcPlugin, SEL: Payload[Bool], rsUnsignedPlugin: RsUnsignedPlugin = null)

Value Members

  1. val SEL: Payload[Bool]
  2. def add(microOp: MicroOp): AnyRef { ... /* 10 definitions in type refinement */ }
  3. var iwbpp: Option[(IntFormatPlugin, Flow[Bits])]
  4. def newWriteback(ifp: IntFormatPlugin, at: Int): Flow[Bits]
  5. val rsUnsignedPlugin: RsUnsignedPlugin
  6. def setWriteback(ifp: IntFormatPlugin, bus: Flow[Bits]): Unit
  7. val srcPlugin: SrcPlugin
  8. val uopList: ArrayBuffer[MicroOp]