Package

spinal

lib

Permalink

package lib

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

Type Members

  1. class BitAggregator extends AnyRef

    Permalink
  2. class BoolPimped extends AnyRef

    Permalink
  3. class BufferCC[T <: Data] extends Component

    Permalink
  4. class Counter extends ImplicitArea[UInt]

    Permalink
  5. class CounterUpDown extends ImplicitArea[UInt]

    Permalink
  6. trait DataCarrier[T <: Data] extends AnyRef

    Permalink
  7. class DataCarrierFragmentBitsPimped extends AnyRef

    Permalink
  8. class DataCarrierFragmentPimped[T <: Data] extends AnyRef

    Permalink
  9. sealed trait Endianness extends AnyRef

    Permalink

    Endianness enumeration

  10. type Event = Stream[NoData]

    Permalink
  11. case class EventEmitter(on: Event) extends Product with Serializable

    Permalink
  12. class EventFactory extends MSFactory

    Permalink
  13. class Flow[T <: Data] extends Bundle with IMasterSlave with DataCarrier[T]

    Permalink
  14. class FlowBitsPimped extends AnyRef

    Permalink
  15. class FlowCCByToggle[T <: Data] extends Component

    Permalink
  16. class FlowFactory extends MSFactory

    Permalink
  17. class FlowFragmentBitsRouter extends AnyRef

    Permalink
  18. class FlowFragmentFactory extends MSFactory

    Permalink
  19. class FlowFragmentPimped[T <: Data] extends AnyRef

    Permalink
  20. class Fragment[T <: Data] extends Bundle

    Permalink
  21. class FragmentFactory extends AnyRef

    Permalink
  22. trait IMasterSlave extends AnyRef

    Permalink
  23. trait MS extends AnyRef

    Permalink
  24. trait MSFactory extends AnyRef

    Permalink
  25. class MemPimped[T <: Data] extends AnyRef

    Permalink
  26. case class MemReadPort[T <: Data](dataType: T, addressWidth: Int) extends Bundle with IMasterSlave with Product with Serializable

    Permalink
  27. case class MemWriteCmd[T <: Data](mem: Mem[T]) extends Bundle with Product with Serializable

    Permalink
  28. class NoData extends Bundle

    Permalink
  29. class PulseCCByToggle extends Component

    Permalink
  30. case class ReadRetLinked[T <: Data, T2 <: Data](readType: HardType[T], linkedType: HardType[T2]) extends Bundle with Product with Serializable

    Permalink
  31. type ScalaStream[T] = scala.collection.immutable.Stream[T]

    Permalink
  32. class Stream[T <: Data] extends Bundle with IMasterSlave with DataCarrier[T]

    Permalink
  33. class StreamArbiter[T <: Data] extends Component

    Permalink

    A StreamArbiter is like a StreamMux, but with built-in complex selection logic that can arbitrate input streams based on a schedule or handle fragmented streams.

    A StreamArbiter is like a StreamMux, but with built-in complex selection logic that can arbitrate input streams based on a schedule or handle fragmented streams. Use a StreamArbiterFactory to create instances of this class.

  34. class StreamArbiterFactory extends AnyRef

    Permalink
  35. class StreamBitsPimped extends AnyRef

    Permalink
  36. class StreamCCByToggle[T <: Data] extends Component

    Permalink
  37. class StreamDemux[T <: Data] extends Component

    Permalink
  38. class StreamFactory extends MSFactory

    Permalink
  39. class StreamFifo[T <: Data] extends Component

    Permalink
  40. class StreamFifoCC[T <: Data] extends Component

    Permalink
  41. trait StreamFifoInterface[T <: Data] extends AnyRef

    Permalink
  42. class StreamFifoLowLatency[T <: Data] extends Component

    Permalink
  43. class StreamFlowArbiter[T <: Data] extends Area

    Permalink
  44. class StreamFork[T <: Data] extends Component

    Permalink

    A StreamFork will clone each incoming data to all its output streams.

    A StreamFork will clone each incoming data to all its output streams. If synchronous is true, all output streams will always fire together, which means that the stream will halt until all output streams are ready. If synchronous is false, output streams may be ready one at a time, at the cost of an additional flip flop (1 bit per output). The input stream will block until all output streams have processed each item regardlessly.

  45. class StreamFragmentBitsDispatcher extends Area

    Permalink
  46. case class StreamFragmentBitsDispatcherElement(sink: Stream[Bits], header: Int) extends Product with Serializable

    Permalink
  47. class StreamFragmentBitsPimped extends AnyRef

    Permalink
  48. class StreamFragmentFactory extends MSFactory

    Permalink
  49. class StreamFragmentPimped[T <: Data] extends AnyRef

    Permalink
  50. class StreamMux[T <: Data] extends Component

    Permalink
  51. class StreamToStreamFragmentBits[T <: Data] extends Component

    Permalink
  52. class StringPimped extends AnyRef

    Permalink
  53. class Timeout extends ImplicitArea[Bool]

    Permalink
  54. class TraversableOnceAnyPimped[T] extends AnyRef

    Permalink
  55. class TraversableOnceBoolPimped extends AnyRef

    Permalink
  56. class TraversableOncePimped[T <: Data] extends AnyRef

    Permalink
  57. implicit class UIntPimper extends AnyRef

    Permalink
  58. class StreamDispatcherSequencial[T <: Data] extends Component

    Permalink

    Deprecated

    Do not use. Use the companion object or a normal regular StreamMux instead.

Value Members

  1. object AddWithCarry

    Permalink
  2. object BIG extends Endianness

    Permalink

    Big-Endian

  3. object BufferCC

    Permalink
  4. object Callable

    Permalink
  5. object ClearCount

    Permalink
  6. object CountOne

    Permalink
  7. object Counter

    Permalink
  8. object CounterFreeRun

    Permalink
  9. object CounterMultiRequest

    Permalink
  10. object CounterUpDown

    Permalink
  11. object DataCarrier

    Permalink
  12. object Delay

    Permalink
  13. object DelayEvent

    Permalink
  14. object DelayWithInit

    Permalink
  15. object EndiannessSwap

    Permalink

    **************************************************************************** Big-Endian <-> Little-Endian

  16. def Event: Stream[NoData]

    Permalink
  17. object Flow extends FlowFactory

    Permalink
  18. object FlowCCByToggle

    Permalink
  19. object FlowFragmentBitsRouter

    Permalink
  20. object Fragment extends FragmentFactory

    Permalink
  21. object FragmentToBitsStates extends SpinalEnum

    Permalink
  22. object GrayCounter

    Permalink
  23. object History

    Permalink
  24. object KeepAttribute

    Permalink
  25. object LITTLE extends Endianness

    Permalink

    Little-Endian

  26. object LatencyAnalysis

    Permalink
  27. object LeastSignificantBitSet

    Permalink
  28. object MajorityVote

    Permalink
  29. object Max

    Permalink
  30. object Min

    Permalink
  31. object MuxOH

    Permalink
  32. def NoData: NoData

    Permalink
  33. object OHMasking

    Permalink
  34. object OHToUInt

    Permalink
  35. object PriorityMux

    Permalink
  36. object PulseCCByToggle

    Permalink
  37. object RegFlow

    Permalink
  38. object ResetCtrl

    Permalink
  39. object Reverse

    Permalink
  40. def ScalaStream: scala.collection.immutable.Stream.type

    Permalink
  41. object SetCount

    Permalink
  42. object Stream extends StreamFactory

    Permalink
  43. object StreamArbiter

    Permalink
  44. def StreamArbiterFactory: StreamArbiterFactory

    Permalink
  45. object StreamCCByToggle

    Permalink
  46. object StreamCombinerSequential

    Permalink

    This is equivalent to a StreamMux, but with a counter attached to the port selector.

  47. object StreamDemux

    Permalink

    Demultiplex one stream into multiple output streams, always selecting only one at a time.

  48. object StreamDispatcherSequential

    Permalink

    This is equivalent to a StreamDemux, but with a counter attached to the port selector.

  49. object StreamFifo

    Permalink
  50. object StreamFifoCC

    Permalink
  51. object StreamFifoLowLatency

    Permalink
  52. object StreamFlowArbiter

    Permalink

    Combine a stream and a flow to a new stream.

    Combine a stream and a flow to a new stream. If both input sources fire, the flow will be preferred.

  53. object StreamFork

    Permalink
  54. object StreamFork2

    Permalink
  55. object StreamFragmentArbiter

    Permalink
  56. object StreamFragmentArbiterAndHeaderAdder

    Permalink
  57. object StreamFragmentGenerator

    Permalink
  58. object StreamFragmentWidthAdapter

    Permalink
  59. object StreamJoin

    Permalink

    Join multiple streams into one.

    Join multiple streams into one. The resulting stream will only fire if all of them fire, so you may want to buffer the inputs.

  60. object StreamMux

    Permalink

    Multiplex multiple streams into a single one, always only processing one at a time.

  61. object StreamWidthAdapter

    Permalink
  62. object Timeout

    Permalink
  63. object ValidFlow

    Permalink

    Create a new Flow that is always valid, with a given payload

  64. object WrapWithReg

    Permalink
  65. package blackbox

    Permalink
  66. implicit def boolPimped(that: Bool): BoolPimped

    Permalink
  67. package bus

    Permalink
  68. package com

    Permalink
  69. package cpu

    Permalink
  70. implicit def dataCarrierFragmentBitsPimped(that: DataCarrier[Fragment[Bits]]): DataCarrierFragmentBitsPimped

    Permalink
  71. implicit def dataCarrierFragmentPimped[T <: Data](that: DataCarrier[Fragment[T]]): DataCarrierFragmentPimped[T]

    Permalink
  72. package dsptool

    Permalink
  73. package eda

    Permalink
  74. package experimental

    Permalink
  75. implicit def flowBitsPimped[T <: Data](that: Flow[Bits]): FlowBitsPimped

    Permalink
  76. implicit def flowFragmentPimped[T <: Data](that: Flow[Fragment[T]]): FlowFragmentPimped[T]

    Permalink
  77. object fromGray

    Permalink
  78. package fsm

    Permalink
  79. package generator

    Permalink
  80. package graphic

    Permalink
  81. package io

    Permalink
  82. object master extends MS

    Permalink
  83. object masterWithNull extends MS

    Permalink
  84. package math

    Permalink
  85. implicit def memPimped[T <: Data](mem: Mem[T]): MemPimped[T]

    Permalink
  86. package memory

    Permalink
  87. package misc

    Permalink
  88. package sim

    Permalink
  89. object slave extends MS

    Permalink
  90. object slaveWithNull extends MS

    Permalink
  91. package soc

    Permalink
  92. implicit def streamBitsPimped[T <: Data](that: Stream[Bits]): StreamBitsPimped

    Permalink
  93. implicit def streamFragmentBitsPimped(that: Stream[Fragment[Bits]]): StreamFragmentBitsPimped

    Permalink
  94. implicit def streamFragmentPimped[T <: Data](that: Stream[Fragment[T]]): StreamFragmentPimped[T]

    Permalink
  95. implicit def stringPimped(that: String): StringPimped

    Permalink
  96. package system

    Permalink
  97. object toGray

    Permalink
  98. package tools

    Permalink
  99. implicit def traversableOnceAnyPimped[T](that: Seq[T]): TraversableOnceAnyPimped[T]

    Permalink
  100. implicit def traversableOnceBoolPimped(that: Seq[Bool]): TraversableOnceBoolPimped

    Permalink
  101. implicit def traversableOncePimped[T <: Data](that: Seq[T]): TraversableOncePimped[T]

    Permalink
  102. package wishbone

    Permalink

Deprecated Value Members

  1. object StreamDispatcherSequencial

    Permalink

    Deprecated

    Do not use

Inherited from AnyRef

Inherited from Any

Ungrouped