Package

spinal

core

Permalink

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

Type Members

  1. type FixedFrequency = core.ClockDomain.FixedFrequency

    Permalink
  2. type IClockDomainFrequency = ClockFrequency

    Permalink
  3. type UnknownFrequency = core.ClockDomain.UnknownFrequency

    Permalink
  4. class VecBuilder extends AnyRef

    Permalink
    Definition Classes
    VecFactory
  5. type dontName = spinal.core.DontName @scala.annotation.meta.field

    Permalink

Value Members

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

    Permalink
  2. implicit def BigIntToBuilder(value: BigInt): BigIntBuilder

    Permalink
  3. implicit def BigIntToSInt(that: BigInt): SInt

    Permalink
  4. implicit def BigIntToUInt(that: BigInt): UInt

    Permalink
  5. def Bits(width: BitCount): Bits

    Permalink
    Definition Classes
    BitsFactory
  6. def Bits(): Bits

    Permalink
    Definition Classes
    BitsFactory
  7. def Bool(value: Boolean): Bool

    Permalink
    Definition Classes
    BoolFactory
  8. def Bool(): Bool

    Permalink
    Definition Classes
    BoolFactory
  9. implicit def BooleanPimped[T <: Data](that: Boolean): BooleanPimped

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

    Permalink
  11. val DefaultFixPointConfig: FixPointConfig

    Permalink
  12. implicit def DoubleToBuilder(value: Double): DoubleBuilder

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

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

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

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

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

    Permalink
  18. def False: Bool

    Permalink
  19. def FixedFrequency(value: HertzNumber): core.ClockDomain.FixedFrequency

    Permalink
  20. implicit def IntToBits(that: Int): Bits

    Permalink
  21. implicit def IntToBuilder(value: Int): IntBuilder

    Permalink
  22. implicit def IntToSInt(that: Int): SInt

    Permalink
  23. implicit def IntToUInt(that: Int): UInt

    Permalink
  24. implicit def LongToBits(that: Long): Bits

    Permalink
  25. implicit def LongToSInt(that: Long): SInt

    Permalink
  26. implicit def LongToUInt(that: Long): UInt

    Permalink
  27. val LowCostFixPointConfig: FixPointConfig

    Permalink
  28. def SFix(peak: ExpNumber, resolution: ExpNumber): SFix

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

    Permalink
    Definition Classes
    SFixFactory
  30. def SInt(width: BitCount): SInt

    Permalink
    Definition Classes
    SIntFactory
  31. def SInt(): SInt

    Permalink
    Definition Classes
    SIntFactory
  32. def True: Bool

    Permalink
  33. def UFix(peak: ExpNumber, resolution: ExpNumber): UFix

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

    Permalink
    Definition Classes
    UFixFactory
  35. def UInt(width: BitCount): UInt

    Permalink
    Definition Classes
    UIntFactory
  36. def UInt(): UInt

    Permalink
    Definition Classes
    UIntFactory
  37. def UnknownFrequency(): core.ClockDomain.UnknownFrequency

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

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

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

    Permalink
    Definition Classes
    VecFactory
  41. def Vec[T <: Data](elements: TraversableOnce[T], dataType: HardType[T]): Vec[T]

    Permalink
    Definition Classes
    VecFactory
  42. val Vec: VecBuilder

    Permalink
    Definition Classes
    VecFactory
  43. def assert(assertion: Bool, message: Seq[Any], severity: AssertNodeSeverity): AssertStatement

    Permalink
  44. def assert(assertion: Bool, message: String, severity: AssertNodeSeverity): AssertStatement

    Permalink
  45. def assert(assertion: Bool, message: Seq[Any]): AssertStatement

    Permalink
  46. def assert(assertion: Bool, message: String): AssertStatement

    Permalink
  47. def assert(assertion: Bool, severity: AssertNodeSeverity): AssertStatement

    Permalink
  48. def assert(assertion: Bool): AssertStatement

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

    Permalink
    Annotations
    @elidable( 2000 ) @inline()
  50. def assert(assertion: Boolean): Unit

    Permalink
    Annotations
    @elidable( 2000 )
  51. def assume(assertion: Bool): AssertStatement

    Permalink
  52. def cover(assertion: Bool): AssertStatement

    Permalink
  53. implicit lazy val implicitConversions: implicitConversions

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

    Permalink
    Definition Classes
    TypeFactory
  55. implicit lazy val postfixOps: postfixOps

    Permalink
  56. implicit lazy val reflectiveCalls: reflectiveCalls

    Permalink
  57. def report(message: Seq[Any], severity: AssertNodeSeverity): AssertStatement

    Permalink
  58. def report(message: String, severity: AssertNodeSeverity): AssertStatement

    Permalink
  59. def report(message: Seq[Any]): AssertStatement

    Permalink
  60. def report(message: String): AssertStatement

    Permalink

Deprecated Value Members

  1. def toSFix(sint: SInt): SFix

    Permalink
    Definition Classes
    SFixCast
    Annotations
    @deprecated
    Deprecated

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

  2. def toUFix(uint: UInt): UFix

    Permalink
    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