Packages

package core

Linear Supertypes
BaseTypeCast, UFixCast, SFixCast, BaseTypeFactory, UFixFactory, SFixFactory, TypeFactory, VecFactory, SIntFactory, UIntFactory, BitsFactory, BoolFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. BaseTypeCast
  3. UFixCast
  4. SFixCast
  5. BaseTypeFactory
  6. UFixFactory
  7. SFixFactory
  8. TypeFactory
  9. VecFactory
  10. SIntFactory
  11. UIntFactory
  12. BitsFactory
  13. BoolFactory
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type FixedFrequency = core.ClockDomain.FixedFrequency
  2. type IClockDomainFrequency = ClockFrequency
  3. type UnknownFrequency = core.ClockDomain.UnknownFrequency
  4. class VecBuilder extends AnyRef
    Definition Classes
    VecFactory
  5. type dontName = spinal.core.DontName @scala.annotation.meta.field

Value Members

  1. implicit def BigIntToBits(that: BigInt): Bits
  2. implicit def BigIntToBuilder(value: BigInt): BigIntBuilder
  3. implicit def BigIntToSInt(that: BigInt): SInt
  4. implicit def BigIntToUInt(that: BigInt): UInt
  5. def Bits(width: BitCount): Bits
    Definition Classes
    BitsFactory
  6. def Bits(u: Unit): Bits
    Definition Classes
    BitsFactory
  7. def Bool(value: Boolean): Bool
  8. def Bool(u: DummyTrait): Bool
  9. def Bool: Bool
  10. implicit def BooleanPimped(that: Boolean): BooleanPimped
  11. implicit def DataPimped[T <: Data](that: T): DataPimper[T]
  12. val DefaultFixPointConfig: FixPointConfig
  13. implicit def DoubleToBuilder(value: Double): DoubleBuilder
  14. implicit def EnumCtoEnumC2[T <: SpinalEnum, T2 <: T](craft: SpinalEnumCraft[T2]): SpinalEnumCraft[T]
  15. implicit def EnumCtoEnumC3[T <: SpinalEnum, T2 <: T](craft: SpinalEnumCraft[T]): SpinalEnumCraft[T2]
  16. implicit def EnumElementToCraft[T <: SpinalEnum](element: SpinalEnumElement[T]): SpinalEnumCraft[T]
  17. implicit def EnumEtoEnumE2[T <: SpinalEnum, T2 <: T](element: SpinalEnumElement[T2]): SpinalEnumElement[T]
  18. implicit def EnumEtoEnumE3[T <: SpinalEnum, T2 <: T](element: SpinalEnumElement[T]): SpinalEnumElement[T2]
  19. def False: Bool
  20. def FixedFrequency(value: HertzNumber): core.ClockDomain.FixedFrequency
  21. implicit def IntPimped(that: Int): IntPimped
  22. implicit def IntToBits(that: Int): Bits
  23. implicit def IntToBuilder(value: Int): IntBuilder
  24. implicit def IntToSInt(that: Int): SInt
  25. implicit def IntToUInt(that: Int): UInt
  26. implicit def LongToBits(that: Long): Bits
  27. implicit def LongToSInt(that: Long): SInt
  28. implicit def LongToUInt(that: Long): UInt
  29. val LowCostFixPointConfig: FixPointConfig
  30. def SFix(peak: ExpNumber, resolution: ExpNumber): SFix
    Definition Classes
    SFixFactory
  31. def SFix(peak: ExpNumber, width: BitCount): SFix
    Definition Classes
    SFixFactory
  32. def SInt(width: BitCount): SInt
    Definition Classes
    SIntFactory
  33. def SInt(u: Unit): SInt
    Definition Classes
    SIntFactory
  34. def True: Bool
  35. def UFix(peak: ExpNumber, resolution: ExpNumber): UFix
    Definition Classes
    UFixFactory
  36. def UFix(peak: ExpNumber, width: BitCount): UFix
    Definition Classes
    UFixFactory
  37. def UInt(width: BitCount): UInt
    Definition Classes
    UIntFactory
  38. def UInt(u: Unit): UInt
    Definition Classes
    UIntFactory
  39. def UnknownFrequency(): core.ClockDomain.UnknownFrequency
  40. def Vec[T <: Data](firstElement: T, followingElements: T*): Vec[T]
    Definition Classes
    VecFactory
  41. def Vec[T <: Data](gen: HardType[T], size: Int): Vec[T]
    Definition Classes
    VecFactory
  42. def Vec[T <: Data](gen: => T, size: Int): Vec[T]
    Definition Classes
    VecFactory
  43. def Vec[T <: Data](elements: TraversableOnce[T], dataType: HardType[T]): Vec[T]
    Definition Classes
    VecFactory
  44. val Vec: VecBuilder
    Definition Classes
    VecFactory
  45. def assert(assertion: Bool, message: Seq[Any], severity: AssertNodeSeverity): AssertStatement
  46. def assert(assertion: Bool, message: String, severity: AssertNodeSeverity): AssertStatement
  47. def assert(assertion: Bool, message: Seq[Any]): AssertStatement
  48. def assert(assertion: Bool, message: String): AssertStatement
  49. def assert(assertion: Bool, severity: AssertNodeSeverity): AssertStatement
  50. def assert(assertion: Bool): AssertStatement
  51. final def assert(assertion: Boolean, message: => Any): Unit
    Annotations
    @elidable() @inline()
  52. def assert(assertion: Boolean): Unit
    Annotations
    @elidable()
  53. def assume(assertion: Bool): AssertStatement
  54. def assumeInitial(assertion: Bool): AssertStatement
  55. def cover(assertion: Bool): AssertStatement
  56. implicit lazy val implicitConversions: implicitConversions
  57. def postTypeFactory[T <: Data](that: T): T
    Definition Classes
    TypeFactory
  58. implicit lazy val postfixOps: postfixOps
  59. implicit lazy val reflectiveCalls: reflectiveCalls
  60. def report(message: Seq[Any], severity: AssertNodeSeverity): AssertStatement
  61. def report(message: String, severity: AssertNodeSeverity): AssertStatement
  62. def report(message: Seq[Any]): AssertStatement
  63. def report(message: String): AssertStatement

Deprecated Value Members

  1. def toSFix(sint: SInt): SFix
    Definition Classes
    SFixCast
    Annotations
    @deprecated
    Deprecated

    (Since version ???) Use xxx.toSFix instead

  2. def toUFix(uint: UInt): UFix
    Definition Classes
    UFixCast
    Annotations
    @deprecated
    Deprecated

    (Since version ???) Use xxx.toUFix instead

Inherited from BaseTypeCast

Inherited from UFixCast

Inherited from SFixCast

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