package pipeline
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ConnectionLogic extends Nameable with OverridedEqualsHashCode
- case class ConnectionPoint(valid: Bool, ready: Bool, payload: Seq[Data]) extends Nameable with Product with Serializable
-
class
Pipeline extends Area
A pipeline from a deprecated API.
A pipeline from a deprecated API.
The new
API should be used instead. Its documentation: https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Libraries/Pipeline/introduction.htmlspinal.lib.misc.pipeline
- case class PipelineTop() extends Component with Product with Serializable
-
class
Stage extends Area
A stage from a deprecated API.
A stage from a deprecated API.
The new
API should be used instead. Its documentation: https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Libraries/Pipeline/introduction.htmlspinal.lib.misc.pipeline
- class Stageable[T <: Data] extends HardType[T] with Nameable
- case class StageableKey(stageable: Stageable[Data], key: Any) extends Product with Serializable
- case class StageableOffset(value: Any) extends Product with Serializable
Value Members
- object Connection
- object PipelinePlay extends App
- object PipelinePlay2 extends App
- object PipelinePlay3 extends App
- object Stageable
- object StageableOffsetNone extends StageableOffset