object out extends IODirection
Set a data to output
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- out
- IODirection
- BaseTypeFactory
- UFixFactory
- SFixFactory
- TypeFactory
- VecFactory
- SIntFactory
- UIntFactory
- BitsFactory
- BoolFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class VecBuilder extends AnyRef
- Definition Classes
- VecFactory
Value Members
- def Bits(u: Unit = null): 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 = null): Bool
- Definition Classes
- IODirection
- def SFix(peak: ExpNumber, resolution: ExpNumber): SFix
- Definition Classes
- SFixFactory
- def SFix(peak: ExpNumber, width: BitCount): SFix
- Definition Classes
- SFixFactory
- def SInt(u: Unit = null): 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 = null): 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(senum: SpinalEnum): SpinalEnumCraft[senum.type]
- Definition Classes
- IODirection
- def apply[T <: Data](datas: T*): Unit
- Definition Classes
- IODirection
- def apply[T <: Data](data: HardType[T]): T
- Definition Classes
- IODirection
- def apply[T <: Data](data: T): T
- Definition Classes
- IODirection
- def applyIt[T <: Data](data: T): T
- Definition Classes
- out → IODirection
- def cloneOf[T <: Data](that: T): T
- Definition Classes
- IODirection
- def postTypeFactory[T <: Data](that: T): T
- Definition Classes
- IODirection → TypeFactory