object U extends BitVectorLiteralFactory[UInt]
Used to create a new UInt or cast to UInt
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- U
- BitVectorLiteralFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 apply(value: MaskedLiteral, filling: Boolean = false): UInt
- def apply(that: SInt, width: BitCount): UInt
- def apply(that: Bits, width: BitCount): UInt
- def apply(that: Bool, width: BitCount): UInt
- def apply(that: AFix): UInt
- def apply(that: UFix): UInt
- def apply(that: SInt): UInt
- def apply(that: Bits): UInt
- def apply(that: Bool): UInt
- def apply(): UInt
- Definition Classes
- U → BitVectorLiteralFactory
- def apply(rangesValue: (Any, Any), _rangesValues: (Any, Any)*): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(bitCount: BitCount, rangesValue: (Any, Any), _rangesValues: (Any, Any)*): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: String): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: BigInt, width: BitCount): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: BigInt): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: Long, width: BitCount): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: Long): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: Int, width: BitCount): UInt
- Definition Classes
- BitVectorLiteralFactory
- def apply(value: Int): UInt
- Definition Classes
- BitVectorLiteralFactory
- def applyTuples(on: UInt, rangesValues: Seq[(Any, Any)]): Unit
- Definition Classes
- BitVectorLiteralFactory
- 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()
- 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 getFactory: (BigInt, Int, UInt) => UInt
- Definition Classes
- U → BitVectorLiteralFactory
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- Definition Classes
- U → BitVectorLiteralFactory
- 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()
- 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 finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated