spinal

core

package core

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. core
  2. BaseTypeCast
  3. UFixCast
  4. SFixCast
  5. BitsCast
  6. SIntCast
  7. UIntCast
  8. BaseTypeFactory
  9. UFixFactory
  10. SFixFactory
  11. TypeFactory
  12. VecFactory
  13. SIntFactory
  14. UIntFactory
  15. BitsFactory
  16. BoolFactory
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ActiveKind extends AnyRef

  2. trait Area extends Nameable with ContextUser with OwnableRef with ScalaLocated

  3. class AssertNode extends SyncNode

  4. trait AssertNodeSeverity extends AnyRef

  5. trait Assignable extends AnyRef

  6. class AssignedBits extends AnyRef

  7. class AssignedRange extends AnyRef

  8. class AssignementLevel extends AnyRef

  9. case class AssignementLevelCmd(that: Node, by: Node) extends Product with Serializable

  10. trait AssignementLevelNode extends AnyRef

  11. case class AssignementLevelSimple(that: Node, by: Node) extends AssignementLevelNode with Product with Serializable

  12. class AssignementLevelSwitch extends AssignementLevelNode

  13. class AssignementLevelWhen extends AssignementLevelNode

  14. abstract class AssignementNode extends Node

  15. abstract class AssignementNodeWidthable extends AssignementNode with Widthable

  16. trait AssignementTreePart extends AnyRef

  17. trait Attribute extends SpinalTag

    Created by PIC18F on 09.02.2015.

  18. class AttributeFlag extends Attribute

  19. class AttributeString extends Attribute

  20. abstract class BaseType extends Node with Data with Nameable with AssignementTreePart

  21. trait BaseTypeCast extends UIntCast with SIntCast with BitsCast with SFixCast with UFixCast

  22. trait BaseTypeFactory extends BoolFactory with BitsFactory with UIntFactory with SIntFactory with VecFactory with SFixFactory with UFixFactory

  23. implicit class BigDecimalBuilder extends AnyRef

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

  25. abstract class BinaryOperator extends Operator

  26. abstract class BinaryOperatorWidthableInputs extends BinaryOperator

  27. class BitAssignmentFixed extends AssignementNodeWidthable with CheckWidth

  28. class BitAssignmentFloating extends AssignementNodeWidthable

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

  30. abstract class BitVector extends BaseType with Widthable with CheckWidth

  31. abstract class BitVectorLiteral extends Node with Literal with Widthable

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

  33. class Bits extends BitVector with DataPrimitives[Bits] with BitwiseOp[Bits]

  34. class BitsAllToLiteral extends Node with Literal with Widthable

  35. trait BitsCast extends AnyRef

    Created by PIC18F on 16.01.2015.

  36. trait BitsFactory extends AnyRef

  37. class BitsLiteral extends BitVectorLiteral

  38. trait BitwiseOp[T <: Data] extends AnyRef

  39. abstract class BlackBox extends Component with SpinalTagReady

  40. abstract class BlackBoxULogic extends BlackBox

  41. class Bool extends BaseType with DataPrimitives[Bool] with BitwiseOp[Bool]

  42. trait BoolFactory extends AnyRef

  43. class BoolLiteral extends Node with Literal

  44. class Bundle extends MultiData with Nameable with OverridedEqualsHashCode

  45. class BundleCase extends Bundle

  46. class CaseContext extends ConditionalContext

  47. abstract class Cast extends Modifier

  48. abstract class CastBitVectorToBitVector extends Cast with Widthable

  49. class CastBitsToEnum extends Cast with InferableEnumEncodingImpl with CheckWidth

  50. class CastBitsToSInt extends CastBitVectorToBitVector

  51. class CastBitsToUInt extends CastBitVectorToBitVector

  52. class CastBoolToBits extends Cast with Widthable

  53. class CastEnumToBits extends Cast with Widthable

  54. class CastEnumToEnum extends Cast with InferableEnumEncodingImpl

  55. class CastSIntToBits extends CastBitVectorToBitVector

  56. class CastSIntToUInt extends CastBitVectorToBitVector

  57. class CastUIntToBits extends CastBitVectorToBitVector

  58. class CastUIntToSInt extends CastBitVectorToBitVector

  59. trait CheckWidth extends AnyRef

  60. class ClockDomain extends AnyRef

  61. trait ClockDomainBoolTag extends SpinalTag

  62. case class ClockDomainConfig(clockEdge: EdgeKind = RISING, resetKind: ResetKind = ASYNC, resetActiveLevel: ActiveKind = HIGH, softResetActiveLevel: ActiveKind = HIGH, clockEnableActiveLevel: ActiveKind = HIGH) extends Product with Serializable

  63. case class ClockDomainTag(clockDomain: ClockDomain) extends SpinalTag with Product with Serializable

  64. class ClockEnableArea extends Area with DelayedInit

  65. case class ClockEnableTag(clockDomain: ClockDomain) extends ClockDomainBoolTag with Product with Serializable

  66. case class ClockTag(clockDomain: ClockDomain) extends ClockDomainBoolTag with Product with Serializable

  67. class ClockingArea extends Area with DelayedInit

  68. abstract class Component extends NameableByComponent with GlobalDataUser with ScalaLocated with DelayedInit with Stackable with OwnableRef

  69. class ComponentBuilder extends AnyRef

  70. trait ConditionalContext extends GlobalDataUser

    Created by PIC18F on 11.01.2015.

  71. abstract class ConstantOperator extends Operator

  72. abstract class ConstantOperatorWidthableInputs extends ConstantOperator

  73. trait ContextUser extends GlobalDataUser

  74. trait Data extends ContextUser with NameableByComponent with Assignable with SpinalTagReady with GlobalDataUser with ScalaLocated with OwnableRef

  75. class DataPimper[T <: Data] extends DataPrimitives[T]

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

  77. trait DataWrapper extends Data

  78. case class Device(vendor: String = "?", family: String = "?", name: String = "?") extends Product with Serializable

  79. class DontCareNode extends NodeWithoutInputs

  80. class DontCareNodeFixed extends DontCareNode with Widthable

  81. class DontCareNodeInfered extends DontCareNode with Widthable

  82. case class DoubleBuilder(d: Double) extends Product with Serializable

  83. trait DummyTrait extends AnyRef

  84. case class DumpWaveConfig(depth: Int = 0, vcdPath: String = "wave.vcd") extends Product with Serializable

  85. trait EdgeKind extends AnyRef

    Created by PIC18F on 21.08.2014.

  86. class EnumData extends SpinalEnum

  87. trait EnumEncoded extends AnyRef

  88. class EnumFsm extends SpinalEnum

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

  90. case class ExpNumber(value: Int) extends Product with Serializable

  91. abstract class Extract extends Modifier

  92. abstract class ExtractBitsVectorFixed extends Extract with WidthProvider with CheckWidth

  93. class ExtractBitsVectorFixedFromBits extends ExtractBitsVectorFixed

  94. class ExtractBitsVectorFixedFromSInt extends ExtractBitsVectorFixed

  95. class ExtractBitsVectorFixedFromUInt extends ExtractBitsVectorFixed

  96. abstract class ExtractBitsVectorFloating extends Extract with WidthProvider

  97. class ExtractBitsVectorFloatingFromBits extends ExtractBitsVectorFloating

  98. class ExtractBitsVectorFloatingFromSInt extends ExtractBitsVectorFloating

  99. class ExtractBitsVectorFloatingFromUInt extends ExtractBitsVectorFloating

  100. abstract class ExtractBoolFixed extends Extract with CheckWidth

  101. class ExtractBoolFixedFromBits extends ExtractBoolFixed

  102. class ExtractBoolFixedFromSInt extends ExtractBoolFixed

  103. class ExtractBoolFixedFromUInt extends ExtractBoolFixed

  104. abstract class ExtractBoolFloating extends Extract

  105. class ExtractBoolFloatingFromBits extends ExtractBoolFloating

  106. class ExtractBoolFloatingFromSInt extends ExtractBoolFloating

  107. class ExtractBoolFloatingFromUInt extends ExtractBoolFloating

  108. case class FixedFrequency(value: BigDecimal) extends IClockDomainFrequency with Product with Serializable

  109. class Generic extends AnyRef

    Created by PIC18F on 24.01.2015.

  110. class GlobalData extends AnyRef

  111. trait GlobalDataUser extends AnyRef

  112. trait IClockDomainFrequency extends AnyRef

  113. trait IODirection extends BaseTypeFactory

  114. abstract class ImplicitArea[T] extends Area

  115. trait InferableEnumEncoding extends AnyRef

  116. trait InferableEnumEncodingImpl extends EnumEncoded with InferableEnumEncoding with ContextUser with ScalaLocated

  117. trait InferableEnumEncodingImplChoice extends AnyRef

  118. final class IntBuilder extends AnyVal

  119. trait Literal extends Node

  120. implicit class LiteralBuilder extends AnyRef

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

  122. class MaskedLiteral extends AnyRef

  123. class Mem[T <: Data] extends NodeWithVariableInputsCount with Nameable with Widthable

  124. trait MemBitsMaskKind extends AnyRef

  125. trait MemBlackboxingPolicy extends AnyRef

  126. class MemReadAsync extends Node with Widthable with CheckWidth with Nameable

  127. class MemReadSync extends SyncNode with Widthable with CheckWidth with Nameable

  128. class MemReadWrite_readPart extends SyncNode with Widthable with CheckWidth with Nameable

  129. class MemReadWrite_writePart extends SyncNode with Widthable with CheckWidth with Nameable

  130. trait MemTechnologyKind extends AnyRef

  131. class MemTopology extends AnyRef

  132. class MemWrite extends SyncNode with Widthable with CheckWidth with Nameable

  133. case class MemWriteOrReadSync(write: MemReadWrite_writePart, read: MemReadWrite_readPart) extends Product with Serializable

  134. class MemWritePayload[T <: Data] extends Bundle

  135. trait MinMaxProvider extends AnyRef

  136. abstract class Modifier extends Node

  137. abstract class MultiData extends Data

  138. class MultipleAssignmentNode extends Node with AssignementTreePart

  139. class MultipleAssignmentNodeEnum extends MultipleAssignmentNode with InferableEnumEncodingImpl

  140. class MultipleAssignmentNodeWidthable extends MultipleAssignmentNode with Widthable with CheckWidth

  141. abstract class MultiplexedWidthable extends Multiplexer with Widthable

  142. abstract class Multiplexer extends Modifier

  143. class MultiplexerBits extends MultiplexedWidthable

  144. class MultiplexerBool extends Multiplexer

  145. class MultiplexerEnum extends Multiplexer with InferableEnumEncodingImpl

  146. class MultiplexerSInt extends MultiplexedWidthable

  147. class MultiplexerUInt extends MultiplexedWidthable

  148. trait Nameable extends OwnableRef

  149. trait NameableByComponent extends Nameable with GlobalDataUser

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

  151. abstract class NodeWithVariableInputsCount extends Node

  152. abstract class NodeWithoutInputs extends Node

  153. class NoneNode extends NodeWithoutInputs

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

  155. abstract class Operator extends Modifier

  156. trait OverridedEqualsHashCode extends AnyRef

  157. trait OwnableRef extends AnyRef

  158. trait Phase extends AnyRef

  159. class PhaseAddInOutBinding extends PhaseNetlist

  160. class PhaseAddNodesIntoComponent extends PhaseMisc

  161. class PhaseAllocateNames extends PhaseMisc

  162. class PhaseAllowNodesToReadInputOfKindComponent extends PhaseNetlist

  163. class PhaseAllowNodesToReadOutputs extends PhaseNetlist

  164. class PhaseApplyIoDefault extends PhaseNetlist

  165. trait PhaseCheck extends Phase

  166. class PhaseCheckCombinationalLoops extends PhaseCheck

  167. class PhaseCheckCrossClockDomains extends PhaseCheck

  168. class PhaseCheckInferredWidth extends PhaseCheck

  169. class PhaseCheckMisc extends PhaseCheck

  170. class PhaseCheck_noAsyncNodeWithIncompleteAssignment extends PhaseCheck

  171. class PhaseCheck_noNull_noCrossHierarchy_noInputRegister_noDirectionLessIo extends PhaseCheck

  172. class PhaseCollectAndNameEnum extends PhaseMisc

  173. class PhaseContext extends AnyRef

    Created by PIC32F_USER on 05/06/2016.

  174. class PhaseCreateComponent extends PhaseNetlist

  175. class PhaseDeleteUselessBaseTypes extends PhaseNetlist

  176. class PhaseDontSymplifyBasetypeWithComplexAssignement extends PhaseMisc

  177. class PhaseDontSymplifyVerilogMismatchingWidth extends PhaseMisc

  178. class PhaseDummy extends PhaseMisc

  179. class PhaseInferEnumEncodings extends PhaseMisc

  180. class PhaseInferWidth extends PhaseMisc

  181. class PhaseKeepAll extends PhaseMisc

  182. class PhaseMemBlackBoxingDefault extends PhaseMemBlackBoxingWithPolicy

  183. abstract class PhaseMemBlackBoxingWithPolicy extends PhaseMemBlackboxing

  184. trait PhaseMemBlackboxing extends PhaseNetlist

  185. trait PhaseMisc extends Phase

  186. class PhaseMoveLogicTags extends PhaseMisc

  187. class PhaseNameBinding extends PhaseMisc

  188. class PhaseNameNodesByReflection extends PhaseMisc

  189. trait PhaseNetlist extends Phase

  190. class PhaseNodesBlackBoxGenerics extends PhaseMisc

  191. class PhaseNormalizeNodeInputs extends PhaseNetlist

  192. class PhaseOrderComponentsNodes extends PhaseMisc

  193. class PhasePreInferationChecks extends PhaseMisc

  194. class PhasePrintStates extends PhaseMisc

  195. class PhasePrintUnUsedSignals extends PhaseCheck

  196. class PhasePropagateBaseTypeWidth extends PhaseMisc

  197. class PhasePullClockDomains extends PhaseNetlist

  198. class PhaseRemoveComponentThatNeedNoHdlEmit extends PhaseNetlist

  199. class PhaseResizeLiteralSimplify extends PhaseNetlist

  200. class PhaseSimplifyBlacBoxGenerics extends PhaseNetlist

  201. class PhaseSimplifyNodes extends PhaseNetlist

  202. class PhaseVerilog extends PhaseMisc with VerilogBase

    Created by PIC32F_USER on 05/06/2016.

  203. class PhaseVhdl extends PhaseMisc with VhdlBase

    Created by PIC32F_USER on 05/06/2016.

  204. case class PosCount(value: Int) extends Product with Serializable

  205. class RInt extends MultiData with Num[RInt]

  206. class Ram_1w_1ra extends BlackBox

  207. class Ram_1w_1rs extends BlackBox

  208. class Ram_1wors extends BlackBox

  209. class Ram_1wrs extends BlackBox

  210. class Ram_2c_1w_1rs extends BlackBox

  211. class Ram_2wrs extends BlackBox

  212. implicit class RangePimper extends AnyRef

  213. class RangedAssignmentFixed extends AssignementNodeWidthable with CheckWidth

  214. class RangedAssignmentFloating extends AssignementNodeWidthable with CheckWidth

  215. trait ReadUnderWritePolicy extends AnyRef

    Created by PIC18F on 02.02.2015.

  216. class Reg extends SyncNode with Assignable with AssignementTreePart

  217. class RegEnum extends Reg with InferableEnumEncodingImpl

  218. class RegWidthable extends Reg with Widthable with CheckWidth

  219. class ResetArea extends Area with DelayedInit

  220. trait ResetKind extends AnyRef

  221. case class ResetTag(clockDomain: ClockDomain) extends ClockDomainBoolTag with Product with Serializable

  222. abstract class Resize extends Modifier with Widthable

  223. class ResizeBits extends Resize

  224. class ResizeSInt extends Resize

  225. class ResizeUInt extends Resize

  226. class SFix extends XFix[SFix, SInt]

  227. class SFix2D extends Bundle

  228. trait SFixCast extends AnyRef

  229. trait SFixFactory extends TypeFactory

    Created by PIC on 19.05.2015.

  230. class SInt extends BitVector with Num[SInt] with MinMaxProvider with DataPrimitives[SInt] with BitwiseOp[SInt]

  231. trait SIntCast extends AnyRef

    Created by PIC18F on 21.08.2014.

  232. trait SIntFactory extends AnyRef

  233. class SIntLiteral extends BitVectorLiteral

  234. implicit class SIntPimper extends AnyRef

  235. class SafeStack[T] extends AnyRef

  236. class SafeStackWithStackable[T <: Stackable] extends SafeStack[T]

  237. trait ScalaLocated extends GlobalDataUser

  238. class Scope extends AnyRef

  239. case class SpinalConfig(mode: SpinalMode = null, debug: Boolean = false, keepAll: Boolean = false, defaultConfigForClockDomains: ClockDomainConfig = ClockDomainConfig(), onlyStdLogicVectorAtTopLevelIo: Boolean = false, defaultClockDomainFrequency: IClockDomainFrequency = UnknownFrequency(), targetDirectory: String = ".", dumpWave: DumpWaveConfig = null, globalPrefix: String = "", device: Device = Device(), genVhdlPkg: Boolean = true, phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit] = ..., transformationPhases: ArrayBuffer[Phase] = ArrayBuffer[Phase](), memBlackBoxers: ArrayBuffer[Phase] = ...) extends Product with Serializable

  240. class SpinalEnum extends Nameable

  241. class SpinalEnumCraft[T <: SpinalEnum] extends BaseType with InferableEnumEncodingImpl with DataPrimitives[SpinalEnumCraft[T]]

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

  243. trait SpinalEnumEncoding extends Nameable

  244. class SpinalExit extends Exception

  245. trait SpinalMode extends AnyRef

  246. class SpinalReport[T <: Component] extends AnyRef

  247. trait SpinalTag extends AnyRef

  248. trait SpinalTagReady extends AnyRef

  249. trait Stackable extends AnyRef

  250. class SwitchContext extends ConditionalContext

  251. class SwitchStack extends AnyRef

  252. case class SwitchTreeCase(const: Node, doThat: AssignementLevel) extends Product with Serializable

  253. case class SwitchTreeDefault(doThat: AssignementLevel) extends Product with Serializable

  254. abstract class SyncNode extends Node

  255. class TagDefault extends SpinalTag

    Created by PIC18F on 21.08.2014.

  256. trait TypeFactory extends AnyRef

    Created by PIC18F on 21.08.2014.

  257. class UFix extends XFix[UFix, UInt]

  258. class UFix2D extends Bundle

  259. trait UFixCast extends AnyRef

  260. trait UFixFactory extends TypeFactory

  261. class UInt extends BitVector with Num[UInt] with MinMaxProvider with DataPrimitives[UInt] with BitwiseOp[UInt]

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

  263. trait UIntCast extends AnyRef

  264. trait UIntFactory extends AnyRef

  265. class UIntLiteral extends BitVectorLiteral

  266. implicit class UIntPimper extends AnyRef

  267. abstract class UnaryOperator extends Operator

  268. abstract class UnaryOperatorWidthableInputs extends UnaryOperator

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

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

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

  272. trait VecFactory extends AnyRef

  273. trait VerilogBase extends VhdlVerilogBase

    Created by PIC18F on 07.01.2015.

  274. trait VhdlBase extends VhdlVerilogBase

    Created by PIC18F on 07.01.2015.

  275. class VhdlTestBenchBackend extends VhdlBase with PhaseMisc

  276. trait VhdlVerilogBase extends AnyRef

  277. class WhenContext extends ConditionalContext

  278. class WhenNode extends Node with AssignementTreePart

  279. class WhenNodeEnum extends WhenNode with InferableEnumEncodingImpl

  280. class WhenNodeWidthable extends WhenNode with Widthable with CheckWidth

  281. trait WidthProvider extends AnyRef

  282. trait Widthable extends WidthProvider with GlobalDataUser with ScalaLocated

  283. abstract class XFix[T <: XFix[T, R], R <: BitVector with Num[R]] extends MultiData

  284. class dontName extends Annotation with Annotation with ClassfileAnnotation

Value Members

  1. object ASYNC extends ResetKind

  2. object AllowMixedWidth extends SpinalTag

  3. object AnnotationUtils

  4. object ArrayManager

  5. object AssertNode

  6. object AssignedBits

  7. object AssignedRange

  8. object B extends BitVectorLiteralFactory[Bits]

  9. object BOOT extends ResetKind

  10. object BaseType

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

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

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

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

  15. def Bits(width: BitCount): Bits

    Definition Classes
    BitsFactory
  16. def Bits(): Bits

    Definition Classes
    BitsFactory
  17. object BitsLiteral

  18. object BitsSet

  19. def Bool(value: Boolean): Bool

    Definition Classes
    BoolFactory
  20. def Bool(): Bool

    Definition Classes
    BoolFactory
  21. object BoolLiteral

  22. object Bundle

    Created by PIC18F on 08.01.2015.

  23. object Cat

  24. object ClockDomain

  25. object Component

  26. object Context

    Created by PIC18F on 21.08.2014.

  27. object Data

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

  29. implicit def DoubleToBuilder(value: Double): DoubleBuilder

  30. object Driver

    Created by PIC18F on 07.01.2015.

  31. object ERROR extends AssertNodeSeverity

  32. object Encoding

  33. implicit def EnumCtoEnumC2[T <: SpinalEnum, T2 <: T](craft: SpinalEnumCraft[T2]): SpinalEnumCraft[T]

  34. implicit def EnumCtoEnumC3[T <: SpinalEnum, T2 <: T](craft: SpinalEnumCraft[T]): SpinalEnumCraft[T2]

  35. implicit def EnumElementToCraft[T <: SpinalEnum](element: SpinalEnumElement[T]): SpinalEnumCraft[T]

  36. implicit def EnumEtoEnumE2[T <: SpinalEnum, T2 <: T](element: SpinalEnumElement[T2]): SpinalEnumElement[T]

  37. implicit def EnumEtoEnumE3[T <: SpinalEnum, T2 <: T](element: SpinalEnumElement[T]): SpinalEnumElement[T2]

  38. object FAILURE extends AssertNodeSeverity

  39. object FALLING extends EdgeKind

  40. def False: Bool

  41. object GlobalData

  42. object HIGH extends ActiveKind

  43. object ImplicitArea

  44. object InferableEnumEncodingImplChoiceAnticipated extends InferableEnumEncodingImplChoice

  45. object InferableEnumEncodingImplChoiceFixed extends InferableEnumEncodingImplChoice

  46. object InferableEnumEncodingImplChoiceInferred extends InferableEnumEncodingImplChoice

  47. object InferableEnumEncodingImplChoiceUndone extends InferableEnumEncodingImplChoice

  48. object InputNormalize

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

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

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

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

  53. object LOW extends ActiveKind

  54. object LocatedPendingError

  55. object MULTIPLE_RAM extends MemBitsMaskKind

  56. object MacroTest

  57. object MaskedLiteral

  58. object Mem

  59. object MemReadSync

  60. object MemReadWrite_readPart

  61. object MemReadWrite_writePart

  62. object MemWrite

  63. object Misc

  64. object MultiData

  65. object MultipleAssignmentNode

  66. object Mux

  67. object NOTE extends AssertNodeSeverity

  68. object Nameable

  69. object Node

  70. object Operator

  71. object OwnableRef

  72. object PendingError

  73. object RISING extends EdgeKind

  74. object RInt

    Created by PIC32F_USER on 05/01/2016.

  75. object Reg

  76. object RegInit

  77. object RegNext

  78. object RegNextWhen

  79. object RegS

  80. object S extends BitVectorLiteralFactory[SInt]

  81. def SFix(peak: ExpNumber, resolution: ExpNumber): SFix

    Definition Classes
    SFixFactory
  82. def SFix(peak: ExpNumber, width: BitCount): SFix

    Definition Classes
    SFixFactory
  83. object SFix2D

  84. object SINGLE_RAM extends MemBitsMaskKind

  85. def SInt(width: BitCount): SInt

    Definition Classes
    SIntFactory
  86. def SInt(): SInt

    Definition Classes
    SIntFactory
  87. object SIntLiteral

  88. object SYNC extends ResetKind

  89. object ScalaLocated

  90. object ScalaUniverse

  91. object Sel

  92. object Select

  93. object SeqMux

  94. object Spinal

  95. object SpinalConfig extends Serializable

  96. object SpinalError

  97. object SpinalExit extends Serializable

  98. object SpinalInfo

  99. object SpinalLog

  100. object SpinalMap

  101. object SpinalProgress

  102. object SpinalTagReady

  103. object SpinalVerilog

  104. object SpinalVerilogBoot

  105. object SpinalVhdl

  106. object SpinalVhdlBoot

  107. object SpinalWarning

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

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

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

  111. object SymplifyNode

  112. object SyncNode

  113. def True: Bool

  114. object U extends BitVectorLiteralFactory[UInt]

  115. def UFix(peak: ExpNumber, resolution: ExpNumber): UFix

    Definition Classes
    UFixFactory
  116. def UFix(peak: ExpNumber, width: BitCount): UFix

    Definition Classes
    UFixFactory
  117. object UFix2D

  118. def UInt(width: BitCount): UInt

    Definition Classes
    UIntFactory
  119. def UInt(): UInt

    Definition Classes
    UIntFactory
  120. object UInt2D extends Serializable

  121. object UIntLiteral

  122. object VHDL extends SpinalMode

  123. def Vec[T <: Data](firstElement: T, followingElements: T*): Vec[T]

    Definition Classes
    VecFactory
  124. def Vec[T <: Data](gen: (Int) ⇒ T, size: Int): Vec[T]

    Definition Classes
    VecFactory
  125. def Vec[T <: Data](gen: Vec[T], size: Int): Vec[Vec[T]]

    Definition Classes
    VecFactory
  126. def Vec[T <: Data](gen: ⇒ T, size: Int): Vec[T]

    Definition Classes
    VecFactory
  127. def Vec[T <: Data](elements: TraversableOnce[T]): Vec[T]

    Definition Classes
    VecFactory
  128. object Verilog extends SpinalMode

  129. object WARNING extends AssertNodeSeverity

  130. object WhenNode

  131. object WidthInfer

  132. def assert(assertion: Bool, message: String, severity: AssertNodeSeverity): Unit

  133. def assert(assertion: Bool, severity: AssertNodeSeverity): Unit

  134. def assert(assertion: Bool, message: String): Unit

  135. def assert(assertion: Bool): Unit

  136. final def assert(assertion: Boolean, message: ⇒ Any): Unit

    Annotations
    @elidable( ASSERTION ) @inline()
  137. def assert(assertion: Boolean): Unit

    Annotations
    @elidable( ASSERTION )
  138. object auto extends MemTechnologyKind

  139. object binaryOneHot extends SpinalEnumEncoding

  140. object binarySequancial extends SpinalEnumEncoding

  141. object blackboxAll extends MemBlackboxingPolicy

  142. object blackboxAllWhatsYouCan extends MemBlackboxingPolicy

  143. object blackboxOnlyIfRequested extends MemBlackboxingPolicy

  144. object blackboxRequestedAndUninferable extends MemBlackboxingPolicy

  145. object cloneOf

  146. object cloneable

  147. object crossClockBuffer extends SpinalTag

  148. object crossClockDomain extends SpinalTag

  149. object default

  150. object distributedLut extends MemTechnologyKind

  151. object dontCare extends ReadUnderWritePolicy

  152. macro def enum(param: Symbol*): Any

  153. def fill[T <: Data](size: Int)(gen: ⇒ T): Vec[T]

    Definition Classes
    VecFactory
  154. object ifGen

  155. implicit lazy val implicitConversions: implicitConversions

  156. object in extends IODirection

  157. object inWithNull extends IODirection

  158. object inferred extends SpinalEnumEncoding

  159. object is

  160. object isPow2

  161. object log2Up

  162. object native extends SpinalEnumEncoding

  163. object out extends IODirection

  164. object outWithNull extends IODirection

  165. def postTypeFactory[T <: Data](that: T): T

    Definition Classes
    TypeFactory
  166. implicit lazy val postfixOps: postfixOps

  167. object ramBlock extends MemTechnologyKind

  168. object randomBoot extends SpinalTag

  169. object readFirst extends ReadUnderWritePolicy

  170. implicit lazy val reflectiveCalls: reflectiveCalls

  171. object registerFile extends MemTechnologyKind

  172. def report(message: String, severity: AssertNodeSeverity = NOTE): Unit

  173. object roundUp

  174. object signalCache

  175. object switch

  176. def tabulate[T <: Data](size: Int)(gen: (Int) ⇒ T): Vec[T]

    Definition Classes
    VecFactory
  177. object tagAutoResize extends SpinalTag

  178. object tagTruncated extends SpinalTag

  179. object uLogic extends SpinalTag

  180. object unusedTag extends SpinalTag

  181. object when

  182. object widthOf

  183. object writeFirst extends ReadUnderWritePolicy

Deprecated Value Members

  1. def Vec[T <: Data](size: Int, gen: (Int) ⇒ T): Vec[T]

    Definition Classes
    VecFactory
    Annotations
    @deprecated
    Deprecated
  2. def Vec[T <: Data](size: Int, gen: ⇒ T): Vec[T]

    Definition Classes
    VecFactory
    Annotations
    @deprecated
    Deprecated
  3. def asBits(that: Data): Bits

    Definition Classes
    BitsCast
    Annotations
    @deprecated
    Deprecated
  4. def asSInt(that: UInt): SInt

    Definition Classes
    SIntCast
    Annotations
    @deprecated
    Deprecated
  5. def asSInt(that: Bits): SInt

    Definition Classes
    SIntCast
    Annotations
    @deprecated
    Deprecated
  6. def asSInt(that: Bool): SInt

    Definition Classes
    SIntCast
    Annotations
    @deprecated
    Deprecated
  7. def asUInt(that: SInt): UInt

    Definition Classes
    UIntCast
    Annotations
    @deprecated
    Deprecated
  8. def asUInt(that: Bits): UInt

    Definition Classes
    UIntCast
    Annotations
    @deprecated
    Deprecated
  9. def asUInt(that: Bool): UInt

    Definition Classes
    UIntCast
    Annotations
    @deprecated
    Deprecated
  10. def toSFix(sint: SInt): SFix

    Definition Classes
    SFixCast
    Annotations
    @deprecated
    Deprecated
  11. def toSInt(that: SFix): SInt

    Definition Classes
    SIntCast
    Annotations
    @deprecated
    Deprecated
  12. def toUFix(uint: UInt): UFix

    Definition Classes
    UFixCast
    Annotations
    @deprecated
    Deprecated
  13. def toUInt(that: UFix): UInt

    Definition Classes
    UIntCast
    Annotations
    @deprecated
    Deprecated
  14. object wrap

    Annotations
    @deprecated
    Deprecated

    Use cloneable instead

Inherited from BaseTypeCast

Inherited from UFixCast

Inherited from SFixCast

Inherited from BitsCast

Inherited from SIntCast

Inherited from UIntCast

Inherited from BaseTypeFactory

Inherited from UFixFactory

Inherited from SFixFactory

Inherited from TypeFactory

Inherited from VecFactory

Inherited from SIntFactory

Inherited from UIntFactory

Inherited from BitsFactory

Inherited from BoolFactory

Inherited from AnyRef

Inherited from Any

Ungrouped