spinal

core

package core

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. core
  2. BaseTypeCast
  3. BitsCast
  4. SIntCast
  5. UIntCast
  6. BoolCast
  7. BaseTypeFactory
  8. SIntFactory
  9. UIntFactory
  10. BitsFactory
  11. BoolFactory
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Area extends AnyRef

  2. trait Assignable extends AnyRef

  3. class AssignedBits extends AnyRef

  4. class AssignedRange extends AnyRef

  5. trait AssignementNode extends Node

  6. trait Attribute extends AnyRef

  7. class AttributeFlag extends Attribute

  8. trait AttributeReady extends AnyRef

    Created by PIC18F on 09.02.2015.

  9. class AttributeString extends Attribute

  10. class Backend extends AnyRef

  11. class BackendReport[T <: Component] extends AnyRef

  12. abstract class BaseType extends Node with Data with Nameable

  13. trait BaseTypeCast extends BoolCast with UIntCast with SIntCast with BitsCast

  14. trait BaseTypeFactory extends BoolFactory with BitsFactory with UIntFactory with SIntFactory

    Created by PIC18F on 21.08.2014.

  15. case class BigIntBuilder(i: BigInt) extends Product with Serializable

  16. class BitAssignmentFixed extends Node with AssignementNode

  17. class BitAssignmentFloating extends Node with AssignementNode

  18. case class BitCount(value: Int) extends Product with Serializable

  19. abstract class BitVector extends BaseType

  20. abstract class BitVectorLiteralFactory[T <: BitVector] extends AnyRef

    Created by PIC18F on 21.08.2014.

  21. class Bits extends BitVector

  22. trait BitsCast extends AnyRef

    Created by PIC18F on 16.01.2015.

  23. trait BitsFactory extends AnyRef

  24. class BitsLiteral extends Node with Literal

  25. abstract class BlackBox extends Component

  26. class Bool extends BaseType

  27. trait BoolCast extends AnyRef

  28. trait BoolFactory extends AnyRef

  29. class BoolLiteral extends Node with Literal

  30. class Bundle extends MultiData with Nameable with OverridedEqualsHashCode

  31. class Cast extends Modifier

  32. class ClockDomain extends AnyRef

  33. case class ClockDomainConfig(clockEdge: EdgeKind = RISING, resetKind: ResetKind = ASYNC, resetActiveHigh: Boolean = true, clockEnableActiveHigh: Boolean = true) extends Product with Serializable

  34. class ClockEnableArea extends Area with DelayedInit

  35. class ClockingArea extends Area with DelayedInit

  36. abstract class Component extends Nameable with GlobalDataUser with ScalaLocated with DelayedInit

  37. trait ContextUser extends GlobalDataUser

  38. trait Data extends ContextUser with Nameable with Assignable with AttributeReady with SpinalTagReady with GlobalDataUser with ScalaLocated

  39. class DataPimper[T <: Data] extends AnyRef

  40. trait EdgeKind extends AnyRef

    Created by PIC18F on 21.08.2014.

  41. class EnumCast extends Modifier

  42. class EnumLiteral[T <: SpinalEnum] extends Node with Literal

  43. abstract class Extract extends Modifier

  44. class ExtractBitsVectorFixed extends Extract

  45. class ExtractBitsVectorFloating extends Extract

  46. class ExtractBoolFixed extends Extract

  47. class ExtractBoolFloating extends Extract

  48. case class FixedFrequency(value: Double) extends IClockDomainFrequency with Product with Serializable

  49. class Function extends Modifier

  50. class Generic extends AnyRef

    Created by PIC18F on 24.01.2015.

  51. class GlobalData extends AnyRef

  52. trait GlobalDataUser extends AnyRef

  53. trait IClockDomainFrequency extends AnyRef

  54. trait IODirection extends BaseTypeFactory

  55. abstract class ImplicitArea[T] extends Area

  56. case class IntBuilder(i: Int) extends Product with Serializable

  57. class IntLiteral extends Node with Literal with MinMaxProvider

  58. trait Literal extends Node

  59. implicit final class LiteralBuilder extends AnyVal

  60. case class LiteralInt(value: BigInt) extends Product with Serializable

  61. class Mem[T <: Data] extends Node with Nameable

  62. class MemReadAsync extends Node

  63. class MemReadSync extends SyncNode

  64. class MemWrite extends SyncNode

  65. class MemWriteOrRead_readPart extends SyncNode

  66. class MemWriteOrRead_writePart extends SyncNode

  67. trait MemWriteToReadKind extends AnyRef

    Created by PIC18F on 02.02.2015.

  68. trait MinMaxProvider extends AnyRef

  69. class Modifier extends Node

  70. abstract class MultiData extends Data

  71. class MultipleAssignmentNode extends Node

  72. class Multiplexer extends Modifier

  73. trait Nameable extends AnyRef

  74. abstract class Node extends ContextUser with ScalaLocated with SpinalTagReady with GlobalDataUser

  75. class NoneNode extends Node

  76. trait Num[T <: Data] extends AnyRef

  77. class Operator extends Modifier

  78. trait OverridedEqualsHashCode extends AnyRef

  79. class Ram_1c_1w_1ra extends BlackBox

  80. class Ram_1c_1w_1rs extends BlackBox

  81. class Ram_1wors extends BlackBox

  82. class Ram_1wrs extends BlackBox

  83. class RangedAssignmentFixed extends Node with AssignementNode

  84. class RangedAssignmentFloating extends Node with AssignementNode

  85. class Reg extends SyncNode with Assignable

  86. class ResetArea extends Area with DelayedInit

  87. trait ResetKind extends AnyRef

  88. class SFix extends XFix[SFix, SInt]

  89. class SFix2D extends Bundle

    Annotations
    @valClone()
  90. class SInt extends BitVector with Num[SInt] with MinMaxProvider

  91. trait SIntCast extends AnyRef

    Created by PIC18F on 21.08.2014.

  92. trait SIntFactory extends AnyRef

  93. class SafeStack[T] extends AnyRef

  94. trait ScalaLocated extends GlobalDataUser

  95. class Scope extends AnyRef

  96. class SpinalEnum extends Nameable

  97. class SpinalEnumCraft[T <: SpinalEnum] extends BaseType

  98. class SpinalEnumElement[T <: SpinalEnum] extends Nameable

  99. class SpinalExit extends Exception

  100. trait SpinalTag extends AnyRef

  101. trait SpinalTagReady extends AnyRef

  102. class SpinalVhdl[T <: Component] extends AnyRef

  103. class SwitchStack extends AnyRef

  104. abstract class SyncNode extends Node

  105. class UInt extends BitVector with Num[UInt] with MinMaxProvider

  106. case class UInt2D(xBitCount: BitCount, yBitCount: BitCount) extends Bundle with Product with Serializable

  107. trait UIntCast extends AnyRef

  108. trait UIntFactory extends AnyRef

  109. case class UnknownFrequency() extends IClockDomainFrequency with Product with Serializable

  110. class Vec[T <: Data] extends MultiData with IndexedSeq[T]

  111. class VecAccessAssign[T <: BaseType] extends Assignable

  112. class VecFactory extends AnyRef

  113. class VhdlBackend extends Backend with VhdlBase

    Created by PIC18F on 07.01.2015.

  114. trait VhdlBase extends AnyRef

    Created by PIC18F on 07.01.2015.

  115. class VhdlTestBenchBackend extends VhdlBase

  116. class WhenNode extends Node

  117. abstract class XFix[T <: XFix[T, R], R <: Data with Num[R]] extends MultiData

  118. class valClone extends Annotation with Annotation with ClassfileAnnotation

  119. class when extends GlobalDataUser

Value Members

  1. object ASYNC extends ResetKind

  2. object AssignedBits

  3. object B extends BitVectorLiteralFactory[Bits]

  4. object BaseType

  5. implicit def BigIntToBits(that: BigInt): Bits

  6. implicit def BigIntToBuilder(value: BigInt): BigIntBuilder

  7. implicit def BigIntToSInt(that: BigInt): SInt

  8. implicit def BigIntToUInt(that: BigInt): UInt

  9. object BinaryOperator

  10. def Bits(width: BitCount): Bits

    Definition Classes
    BitsFactory
  11. def Bits(): Bits

    Definition Classes
    BitsFactory
  12. object BitsLiteral

  13. object BitsSet

  14. def Bool(value: Boolean): Bool

    Definition Classes
    BoolFactory
  15. def Bool: Bool

    Definition Classes
    BoolFactory
  16. object BoolLiteral

  17. object BoolReg

  18. object Bundle

    Created by PIC18F on 08.01.2015.

  19. object Cast

  20. object Cat

  21. object ClockDomain

  22. object Component

  23. object Context

    Created by PIC18F on 21.08.2014.

  24. object Data

  25. implicit def DataPimped[T <: Data](that: T): DataPimper[T]

  26. object Driver

    Created by PIC18F on 07.01.2015.

  27. object EnumCast

  28. object FALLING extends EdgeKind

  29. def False: Bool

  30. object Function

  31. object GlobalData

  32. object ImplicitArea

  33. object InputNormalize

  34. object IntLiteral

  35. implicit def IntToBits(that: Int): Bits

  36. implicit def IntToBuilder(value: Int): IntBuilder

  37. implicit def IntToSInt(that: Int): SInt

  38. implicit def IntToUInt(that: Int): UInt

  39. object Mem

  40. object MemReadSync

  41. object MemWrite

  42. object MemWriteOrRead_readPart

  43. object MemWriteOrRead_writePart

  44. object Misc

  45. object MultiData

  46. object Mux

  47. object NoneNode

  48. object RISING extends EdgeKind

  49. object Reg

  50. object RegInit

  51. object RegNext

  52. object RegNextWhen

  53. object RegS

  54. object Resize

  55. object S extends BitVectorLiteralFactory[SInt]

  56. object SFix

    Created by PIC on 19.05.2015.

  57. object SFix2D

  58. def SInt(width: BitCount): SInt

    Definition Classes
    SIntFactory
  59. def SInt(): SInt

    Definition Classes
    SIntFactory
  60. object SYNC extends ResetKind

  61. object ScalaLocated

  62. object ScalaUniverse

  63. object SeqMux

  64. object SpinalError

  65. object SpinalExit extends Serializable

  66. object SpinalInfo

  67. object SpinalInfoPhase

  68. object SpinalVhdl

  69. object SpinalWarning

  70. implicit def StringToBits(that: String): Bits

  71. implicit def StringToSInt(that: String): SInt

  72. implicit def StringToUInt(that: String): UInt

  73. object SyncNode

  74. def True: Bool

  75. object U extends BitVectorLiteralFactory[UInt]

  76. def UInt(width: BitCount): UInt

    Definition Classes
    UIntFactory
  77. def UInt(): UInt

    Definition Classes
    UIntFactory
  78. object UInt2D extends Serializable

  79. object UnaryOperator

  80. object Vec extends VecFactory

  81. object WhenNode

  82. object WidthInfer

  83. object ZeroWidth

  84. object cloneOf

  85. object crossClockBuffer extends SpinalTag

  86. object crossClockDomain extends SpinalTag

  87. object default

  88. object dontCare extends MemWriteToReadKind

  89. implicit lazy val implicitConversions: implicitConversions

  90. object in extends IODirection

  91. object is

  92. object isPow2

  93. object log2Up

  94. object out extends IODirection

  95. implicit lazy val postfixOps: postfixOps

  96. object randomBoot extends SpinalTag

  97. object readFirst extends MemWriteToReadKind

  98. implicit lazy val reflectiveCalls: reflectiveCalls

  99. object signalCache

  100. object switch

  101. def toBits(that: Data): Bits

    Definition Classes
    BitsCast
  102. def toBool(that: SInt): Bool

    Definition Classes
    BoolCast
  103. def toBool(that: UInt): Bool

    Definition Classes
    BoolCast
  104. def toBool(that: Bits): Bool

    Definition Classes
    BoolCast
  105. def toSInt(that: UInt): SInt

    Definition Classes
    SIntCast
  106. def toSInt(that: Bits): SInt

    Definition Classes
    SIntCast
  107. def toSInt(that: Bool): SInt

    Definition Classes
    SIntCast
  108. def toUInt(that: SInt): UInt

    Definition Classes
    UIntCast
  109. def toUInt(that: Bits): UInt

    Definition Classes
    UIntCast
  110. def toUInt(that: Bool): UInt

    Definition Classes
    UIntCast
  111. object when

    Created by PIC18F on 11.01.2015.

  112. object widthOf

  113. object writeFirst extends MemWriteToReadKind

Inherited from BaseTypeCast

Inherited from BitsCast

Inherited from SIntCast

Inherited from UIntCast

Inherited from BoolCast

Inherited from BaseTypeFactory

Inherited from SIntFactory

Inherited from UIntFactory

Inherited from BitsFactory

Inherited from BoolFactory

Inherited from AnyRef

Inherited from Any

Ungrouped