Packages

object S extends BitVectorLiteralFactory[SInt]

Used to create a new SInt or cast to SInt

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S
  2. BitVectorLiteralFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: MaskedLiteral, filling: Boolean = false): SInt
  2. def apply(that: UInt, width: BitCount): SInt
  3. def apply(that: Bits, width: BitCount): SInt
  4. def apply(that: Bool, width: BitCount): SInt
  5. def apply(that: SFix): SInt
  6. def apply(that: UInt): SInt
  7. def apply(that: Bits): SInt
  8. def apply(that: Bool): SInt
  9. def apply(): SInt
    Definition Classes
    SBitVectorLiteralFactory
  10. def apply(rangesValue: (Any, Any), _rangesValues: (Any, Any)*): SInt
    Definition Classes
    BitVectorLiteralFactory
  11. def apply(bitCount: BitCount, rangesValue: (Any, Any), _rangesValues: (Any, Any)*): SInt
    Definition Classes
    BitVectorLiteralFactory
  12. def apply(value: String): SInt
    Definition Classes
    BitVectorLiteralFactory
  13. def apply(value: BigInt, width: BitCount): SInt
    Definition Classes
    BitVectorLiteralFactory
  14. def apply(value: BigInt): SInt
    Definition Classes
    BitVectorLiteralFactory
  15. def apply(value: Long, width: BitCount): SInt
    Definition Classes
    BitVectorLiteralFactory
  16. def apply(value: Long): SInt
    Definition Classes
    BitVectorLiteralFactory
  17. def apply(value: Int, width: BitCount): SInt
    Definition Classes
    BitVectorLiteralFactory
  18. def apply(value: Int): SInt
    Definition Classes
    BitVectorLiteralFactory
  19. def applyTuples(on: SInt, rangesValues: Seq[(Any, Any)]): Unit
    Definition Classes
    BitVectorLiteralFactory
  20. def getFactory: (BigInt, Int, SInt) => SInt
    Definition Classes
    SBitVectorLiteralFactory
  21. def isSigned: Boolean
    Definition Classes
    SBitVectorLiteralFactory