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. class Function extends Modifier

  49. class Generic extends AnyRef

    Created by PIC18F on 24.01.2015.

  50. class GlobalData extends AnyRef

  51. trait GlobalDataUser extends AnyRef

  52. trait IODirection extends BaseTypeFactory

  53. abstract class ImplicitArea[T] extends Area

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

  55. class IntLiteral extends Node with Literal with MinMaxProvider

  56. trait Literal extends Node

  57. implicit final class LiteralBuilder extends AnyVal

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

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

  60. class MemReadAsync extends Node

  61. class MemReadSync extends SyncNode

  62. class MemWrite extends SyncNode

  63. class MemWriteOrRead_readPart extends SyncNode

  64. class MemWriteOrRead_writePart extends SyncNode

  65. trait MemWriteToReadKind extends AnyRef

    Created by PIC18F on 02.02.2015.

  66. trait MinMaxProvider extends AnyRef

  67. class Modifier extends Node

  68. abstract class MultiData extends Data

  69. class MultipleAssignmentNode extends Node

  70. class Multiplexer extends Modifier

  71. trait Nameable extends AnyRef

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

  73. class NoneNode extends Node

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

  75. class Operator extends Modifier

  76. trait OverridedEqualsHashCode extends AnyRef

  77. class Ram_1c_1w_1ra extends BlackBox

  78. class Ram_1c_1w_1rs extends BlackBox

  79. class Ram_1wors extends BlackBox

  80. class Ram_1wrs extends BlackBox

  81. class RangedAssignmentFixed extends Node with AssignementNode

  82. class RangedAssignmentFloating extends Node with AssignementNode

  83. class Reg extends SyncNode with Assignable

  84. class ResetArea extends Area with DelayedInit

  85. trait ResetKind extends AnyRef

  86. class SFix extends XFix[SFix, SInt]

  87. class SFix2D extends Bundle

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

  89. trait SIntCast extends AnyRef

    Created by PIC18F on 21.08.2014.

  90. trait SIntFactory extends AnyRef

  91. class SafeStack[T] extends AnyRef

  92. trait ScalaLocated extends GlobalDataUser

  93. class Scope extends AnyRef

  94. class SpinalEnum extends Nameable

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

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

  97. class SpinalExit extends Exception

  98. trait SpinalTag extends AnyRef

  99. trait SpinalTagReady extends AnyRef

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

  101. class SwitchStack extends AnyRef

  102. abstract class SyncNode extends Node

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

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

  105. trait UIntCast extends AnyRef

  106. trait UIntFactory extends AnyRef

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

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

  109. class VecFactory extends AnyRef

  110. class VhdlBackend extends Backend with VhdlBase

    Created by PIC18F on 07.01.2015.

  111. trait VhdlBase extends AnyRef

    Created by PIC18F on 07.01.2015.

  112. class VhdlTestBenchBackend extends VhdlBase

  113. class WhenNode extends Node

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

  115. class valClone extends Annotation with Annotation with ClassfileAnnotation

  116. 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 ExternalClockDomain

  29. object FALLING extends EdgeKind

  30. def False: Bool

  31. object Function

  32. object GlobalData

  33. object ImplicitArea

  34. object InputNormalize

  35. object IntLiteral

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

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

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

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

  40. object Mem

  41. object MemReadSync

  42. object MemWrite

  43. object MemWriteOrRead_readPart

  44. object MemWriteOrRead_writePart

  45. object Misc

  46. object MultiData

  47. object Mux

  48. object NoneNode

  49. object RISING extends EdgeKind

  50. object Reg

  51. object RegInit

  52. object RegNext

  53. object RegNextWhen

  54. object RegS

  55. object Resize

  56. object S extends BitVectorLiteralFactory[SInt]

  57. object SFix

    Created by PIC on 19.05.2015.

  58. object SFix2D

  59. def SInt(width: BitCount): SInt

    Definition Classes
    SIntFactory
  60. def SInt(): SInt

    Definition Classes
    SIntFactory
  61. object SYNC extends ResetKind

  62. object ScalaLocated

  63. object ScalaUniverse

  64. object SeqMux

  65. object SpinalError

  66. object SpinalExit extends Serializable

  67. object SpinalInfo

  68. object SpinalInfoPhase

  69. object SpinalVhdl

  70. object SpinalWarning

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

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

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

  74. object SyncNode

  75. def True: Bool

  76. object U extends BitVectorLiteralFactory[UInt]

  77. def UInt(width: BitCount): UInt

    Definition Classes
    UIntFactory
  78. def UInt(): UInt

    Definition Classes
    UIntFactory
  79. object UInt2D extends Serializable

  80. object UnaryOperator

  81. object Vec extends VecFactory

  82. object WhenNode

  83. object WidthInfer

  84. object ZeroWidth

  85. object cloneOf

  86. object crossClockBuffer extends SpinalTag

  87. object crossClockDomain extends SpinalTag

  88. object default

  89. object dontCare extends MemWriteToReadKind

  90. implicit lazy val implicitConversions: implicitConversions

  91. object in extends IODirection

  92. object is

  93. object isPow2

  94. object log2Up

  95. object out extends IODirection

  96. implicit lazy val postfixOps: postfixOps

  97. object randomBoot extends SpinalTag

  98. object readFirst extends MemWriteToReadKind

  99. implicit lazy val reflectiveCalls: reflectiveCalls

  100. object signalCache

  101. object switch

  102. def toBits(that: Data): Bits

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

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

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

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

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

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

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

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

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

    Definition Classes
    UIntCast
  112. object when

    Created by PIC18F on 11.01.2015.

  113. object widthOf

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