object inout extends IODirection
Declare an inout port
See IODirection for syntax help.
- Alphabetic
- By Inheritance
- inout
- IODirection
- BaseTypeFactory
- UFixFactory
- SFixFactory
- TypeFactory
- VecFactory
- SIntFactory
- UIntFactory
- BitsFactory
- BoolFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class VecBuilder extends AnyRef
- Definition Classes
- VecFactory
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def Bits(u: Unit = ()): Bits
Create a new Bits
Create a new Bits
- Definition Classes
- IODirection → BitsFactory
- def Bits(width: BitCount): Bits
Create a new Bits of a given width
Create a new Bits of a given width
- Definition Classes
- BitsFactory
- def Bool(u: Unit = ()): Bool
Declare a port without braces, short syntax
Declare a port without braces, short syntax
See IODirection for other syntaxes.
- Definition Classes
- IODirection → BoolFactory
- def Bool(value: Boolean)(implicit loc: Location): Bool
Create a new Bool with a value
Create a new Bool with a value
- Definition Classes
- BoolFactory
- def SFix(peak: ExpNumber, resolution: ExpNumber): SFix
- Definition Classes
- SFixFactory
- def SFix(peak: ExpNumber, width: BitCount): SFix
- Definition Classes
- SFixFactory
- def SInt(u: Unit = ()): SInt
Create a new SInt
Create a new SInt
- Definition Classes
- IODirection → SIntFactory
- def SInt(width: BitCount): SInt
Create a new SInt of a given width
Create a new SInt of a given width
- Definition Classes
- SIntFactory
- def UFix(peak: ExpNumber, resolution: ExpNumber): UFix
- Definition Classes
- UFixFactory
- def UFix(peak: ExpNumber, width: BitCount): UFix
- Definition Classes
- UFixFactory
- def UInt(u: Unit = ()): UInt
Create a new UInt
Create a new UInt
- Definition Classes
- IODirection → UIntFactory
- def UInt(width: BitCount): UInt
Create a new UInt of a given width
Create a new UInt of a given width
- Definition Classes
- UIntFactory
- def Vec[T <: Data](elements: TraversableOnce[T], dataType: HardType[T] = null): Vec[T]
- Definition Classes
- IODirection → VecFactory
- def Vec[T <: Data](firstElement: T, followingElements: T*): Vec[T]
- Definition Classes
- VecFactory
- def Vec[T <: Data](gen: HardType[T], size: Int): Vec[T]
- Definition Classes
- VecFactory
- def Vec[T <: Data](gen: => T, size: Int): Vec[T]
- Definition Classes
- VecFactory
- val Vec: VecBuilder
- Definition Classes
- VecFactory
- def apply[T <: Data](datas: T*): Unit
Declare existing Data as ports, "variadic" syntax
Declare existing Data as ports, "variadic" syntax
- Definition Classes
- IODirection
- def apply(senum: SpinalEnum): SpinalEnumCraft[senum.type]
Declare a SpinalEnum port with braces
Declare a SpinalEnum port with braces
See IODirection for other syntaxes.
- Definition Classes
- IODirection
- def apply[T <: Data](data: HardType[T]): T
Declare a port with braces
Declare a port with braces
See IODirection for other syntaxes.
- Definition Classes
- IODirection
- def apply[T <: Data](data: T): T
Declare a port with braces
Declare a port with braces
See IODirection for other syntaxes.
- Definition Classes
- IODirection
- def applyIt[T <: Data](data: T): T
- Definition Classes
- inout → IODirection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def cloneOf[T <: Data](that: T): T
Declare port with same type as that
Declare port with same type as that
- Definition Classes
- IODirection
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def port(senum: SpinalEnum): SpinalEnumCraft[senum.type]
Declare a SpinalEnum port without braces, spaceful syntax
Declare a SpinalEnum port without braces, spaceful syntax
See IODirection for other syntax.
- Definition Classes
- IODirection
- def port[T <: Data](data: HardType[T]): T
Declare a port without braces, spaceful syntax
Declare a port without braces, spaceful syntax
See IODirection for other syntax.
- Definition Classes
- IODirection
- def port[T <: Data](data: T): T
Declare a port without braces, spaceful syntax
Declare a port without braces, spaceful syntax
See IODirection for other syntax.
- Definition Classes
- IODirection
- def postTypeFactory[T <: Data](that: T): T
- Definition Classes
- IODirection → TypeFactory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def Bool: Bool
- Definition Classes
- BoolFactory
- Annotations
- @deprecated
- Deprecated
Use
Bool()
(with braces) instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated