Package

spinal.lib

pipeline

Permalink

package pipeline

Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectionLogic extends Nameable with OverridedEqualsHashCode

    Permalink
  2. case class ConnectionPoint(valid: Bool, ready: Bool, payload: Seq[Data]) extends Nameable with Product with Serializable

    Permalink
  3. class Pipeline extends Area

    Permalink

    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

    Permalink
  5. class Stage extends Area

    Permalink

    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

    Permalink
  7. case class StageableKey(stageable: Stageable[Data], key: Any) extends Product with Serializable

    Permalink
  8. case class StageableOffset(value: Any) extends Product with Serializable

    Permalink

Value Members

  1. object Connection

    Permalink
  2. object PipelinePlay extends App

    Permalink
  3. object PipelinePlay2 extends App

    Permalink
  4. object PipelinePlay3 extends App

    Permalink
  5. object Stageable

    Permalink
  6. object StageableOffsetNone extends StageableOffset

    Permalink

Ungrouped