Object

spinal.core

inout

Related Doc: package core

Permalink

object inout extends IODirection

Declare an inout port

See IODirection for syntax help.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. inout
  2. IODirection
  3. BaseTypeFactory
  4. UFixFactory
  5. SFixFactory
  6. TypeFactory
  7. VecFactory
  8. SIntFactory
  9. UIntFactory
  10. BitsFactory
  11. BoolFactory
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class VecBuilder extends AnyRef

    Permalink
    Definition Classes
    VecFactory

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Bits(u: Unit = ()): Bits

    Permalink

    Create a new Bits

    Create a new Bits

    Definition Classes
    IODirectionBitsFactory
  5. def Bits(width: BitCount): Bits

    Permalink

    Create a new Bits of a given width

    Create a new Bits of a given width

    Definition Classes
    BitsFactory
  6. def Bool(u: Unit = ()): Bool

    Permalink

    Declare a port without braces, short syntax

    Declare a port without braces, short syntax

    See IODirection for other syntaxes.

    Definition Classes
    IODirectionBoolFactory
  7. def Bool(value: Boolean)(implicit loc: Location): Bool

    Permalink

    Create a new Bool with a value

    Create a new Bool with a value

    Definition Classes
    BoolFactory
  8. def SFix(peak: ExpNumber, resolution: ExpNumber): SFix

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

    Permalink
    Definition Classes
    SFixFactory
  10. def SInt(u: Unit = ()): SInt

    Permalink

    Create a new SInt

    Create a new SInt

    Definition Classes
    IODirectionSIntFactory
  11. def SInt(width: BitCount): SInt

    Permalink

    Create a new SInt of a given width

    Create a new SInt of a given width

    Definition Classes
    SIntFactory
  12. def UFix(peak: ExpNumber, resolution: ExpNumber): UFix

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

    Permalink
    Definition Classes
    UFixFactory
  14. def UInt(u: Unit = ()): UInt

    Permalink

    Create a new UInt

    Create a new UInt

    Definition Classes
    IODirectionUIntFactory
  15. def UInt(width: BitCount): UInt

    Permalink

    Create a new UInt of a given width

    Create a new UInt of a given width

    Definition Classes
    UIntFactory
  16. def Vec[T <: Data](elements: TraversableOnce[T], dataType: HardType[T] = null): Vec[T]

    Permalink
    Definition Classes
    IODirectionVecFactory
  17. def Vec[T <: Data](firstElement: T, followingElements: T*): Vec[T]

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

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

    Permalink
    Definition Classes
    VecFactory
  20. val Vec: VecBuilder

    Permalink
    Definition Classes
    VecFactory
  21. def apply[T <: Data](datas: T*): Unit

    Permalink

    Declare existing Data as ports, "variadic" syntax

    Declare existing Data as ports, "variadic" syntax

    Definition Classes
    IODirection
  22. def apply(senum: SpinalEnum): SpinalEnumCraft[senum.type]

    Permalink

    Declare a SpinalEnum port with braces

    Declare a SpinalEnum port with braces

    See IODirection for other syntaxes.

    Definition Classes
    IODirection
  23. def apply[T <: Data](data: HardType[T]): T

    Permalink

    Declare a port with braces

    Declare a port with braces

    See IODirection for other syntaxes.

    Definition Classes
    IODirection
  24. def apply[T <: Data](data: T): T

    Permalink

    Declare a port with braces

    Declare a port with braces

    See IODirection for other syntaxes.

    Definition Classes
    IODirection
  25. def applyIt[T <: Data](data: T): T

    Permalink
    Definition Classes
    inoutIODirection
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  28. def cloneOf[T <: Data](that: T): T

    Permalink

    Declare port with same type as that

    Declare port with same type as that

    Definition Classes
    IODirection
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. def port(senum: SpinalEnum): SpinalEnumCraft[senum.type]

    Permalink

    Declare a SpinalEnum port without braces, spaceful syntax

    Declare a SpinalEnum port without braces, spaceful syntax

    See IODirection for other syntax.

    Definition Classes
    IODirection
  38. def port[T <: Data](data: HardType[T]): T

    Permalink

    Declare a port without braces, spaceful syntax

    Declare a port without braces, spaceful syntax

    See IODirection for other syntax.

    Definition Classes
    IODirection
  39. def port[T <: Data](data: T): T

    Permalink

    Declare a port without braces, spaceful syntax

    Declare a port without braces, spaceful syntax

    See IODirection for other syntax.

    Definition Classes
    IODirection
  40. def postTypeFactory[T <: Data](that: T): T

    Permalink
    Definition Classes
    IODirectionTypeFactory
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def Bool: Bool

    Permalink
    Definition Classes
    BoolFactory
    Annotations
    @deprecated
    Deprecated

    Use Bool() (with braces) instead

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from IODirection

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