Packages

c

spinal.core

QFormat

case class QFormat(width: Int, fraction: Int, signed: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QFormat
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QFormat(width: Int, fraction: Int, signed: Boolean)

Value Members

  1. def *(x: Int): QFormat
  2. def *(x: Double): QFormat
  3. def *(right: QFormat): QFormat
  4. def +(right: QFormat): QFormat
  5. def -(right: QFormat): QFormat
  6. def <<(n: Int): QFormat
  7. def >>(n: Int): QFormat
  8. def alignHex: Int
  9. def alignOct: Int
  10. val amplify: Int
  11. val capcity: Double
  12. val epsInDouble: Double
  13. val fraction: Int
  14. val halfCapcity: Double
  15. val maxValue: Double
  16. val minValue: Double
  17. val nonFraction: Int
  18. val numeric: Int
  19. val resolution: Double
  20. val signed: Boolean
  21. def toString(): String
    Definition Classes
    QFormat → AnyRef → Any
  22. def unary_-: QFormat
  23. def verbose: String
  24. val width: Int