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. class ClockEnableArea extends Area with DelayedInit

  34. class ClockingArea extends Area with DelayedInit

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

  36. trait ContextUser extends GlobalDataUser

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

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

  39. trait EdgeKind extends AnyRef

    Created by PIC18F on 21.08.2014.

  40. class EnumCast extends Modifier

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

  42. abstract class Extract extends Modifier

  43. class ExtractBitsVectorFixed extends Extract

  44. class ExtractBitsVectorFloating extends Extract

  45. class ExtractBoolFixed extends Extract

  46. class ExtractBoolFloating extends Extract

  47. class Function extends Modifier

  48. class Generic extends AnyRef

    Created by PIC18F on 24.01.2015.

  49. class GlobalData extends AnyRef

  50. trait GlobalDataUser extends AnyRef

  51. trait IODirection extends BaseTypeFactory

  52. abstract class ImplicitArea[T] extends Area

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

  54. class IntLiteral extends Node with Literal with MinMaxProvider

  55. trait Literal extends Node

  56. implicit final class LiteralBuilder extends AnyVal

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

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

  59. class MemReadAsync extends Node

  60. class MemReadSync extends SyncNode

  61. class MemWrite extends SyncNode

  62. class MemWriteOrRead_readPart extends SyncNode

  63. class MemWriteOrRead_writePart extends SyncNode

  64. trait MemWriteToReadKind extends AnyRef

    Created by PIC18F on 02.02.2015.

  65. trait MinMaxProvider extends AnyRef

  66. class Modifier extends Node

  67. abstract class MultiData extends Data

  68. class MultipleAssignmentNode extends Node

  69. class Multiplexer extends Modifier

  70. trait Nameable extends AnyRef

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

  72. class NoneNode extends Node

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

  74. class Operator extends Modifier

  75. trait OverridedEqualsHashCode extends AnyRef

  76. class Ram_1c_1w_1ra extends BlackBox

  77. class Ram_1c_1w_1rs extends BlackBox

  78. class Ram_1wors extends BlackBox

  79. class Ram_1wrs extends BlackBox

  80. class RangedAssignmentFixed extends Node with AssignementNode

  81. class RangedAssignmentFloating extends Node with AssignementNode

  82. class Reg extends SyncNode with Assignable

  83. class ResetArea extends Area with DelayedInit

  84. trait ResetKind extends AnyRef

  85. class SFix extends XFix[SFix, SInt]

  86. class SFix2D extends Bundle

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

  88. trait SIntCast extends AnyRef

    Created by PIC18F on 21.08.2014.

  89. trait SIntFactory extends AnyRef

  90. class SafeStack[T] extends AnyRef

  91. trait ScalaLocated extends GlobalDataUser

  92. class Scope extends AnyRef

  93. class SpinalEnum extends Nameable

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

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

  96. class SpinalExit extends Exception

  97. trait SpinalTag extends AnyRef

  98. trait SpinalTagReady extends AnyRef

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

  100. class SwitchStack extends AnyRef

  101. abstract class SyncNode extends Node

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

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

  104. trait UIntCast extends AnyRef

  105. trait UIntFactory extends AnyRef

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

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

  108. class VecFactory extends AnyRef

  109. class VhdlBackend extends Backend with VhdlBase

    Created by PIC18F on 07.01.2015.

  110. trait VhdlBase extends AnyRef

    Created by PIC18F on 07.01.2015.

  111. class VhdlTestBenchBackend extends VhdlBase

  112. class WhenNode extends Node

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

  114. class valClone extends Annotation with Annotation with ClassfileAnnotation

  115. 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