Packages

p

spinal.lib

pipeline

package pipeline

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectionLogic extends Nameable with OverridedEqualsHashCode
  2. case class ConnectionPoint(valid: Bool, ready: Bool, payload: Seq[Data]) extends Nameable with Product with Serializable
  3. class Pipeline extends Area

    A pipeline from a deprecated API.

    A pipeline from a deprecated API.

    The new spinal.lib.misc.pipeline API should be used instead. Its documentation: https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Libraries/Pipeline/introduction.html

  4. case class PipelineTop() extends Component with Product with Serializable
  5. class Stage extends Area

    A stage from a deprecated API.

    A stage from a deprecated API.

    The new spinal.lib.misc.pipeline API should be used instead. Its documentation: https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Libraries/Pipeline/introduction.html

  6. class Stageable[T <: Data] extends HardType[T] with Nameable
  7. case class StageableKey(stageable: Stageable[Data], key: Any) extends Product with Serializable
  8. case class StageableOffset(value: Any) extends Product with Serializable

Value Members

  1. object Connection
  2. object PipelinePlay extends App
  3. object PipelinePlay2 extends App
  4. object PipelinePlay3 extends App
  5. object Stageable
  6. object StageableOffsetNone extends StageableOffset

Ungrouped