object IntervalRange extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntervalRange
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 Unknown: IntervalRange
-
def
apply(width: Width, binaryPoint: BinaryPoint = 0.BP): IntervalRange
Returns an IntervalRange appropriate for a signed value of the given width
Returns an IntervalRange appropriate for a signed value of the given width
- width
number of bits to have in the interval
- binaryPoint
number of bits of mantissa
-
def
apply(binaryPoint: BinaryPoint): IntervalRange
Returns an IntervalRange appropriate for a signed value of the given width
Returns an IntervalRange appropriate for a signed value of the given width
- binaryPoint
number of bits of mantissa
- def apply(lower: Bound, upper: Bound, binaryPoint: Int): IntervalRange
- def apply(lower: Bound, upper: Bound, binaryPoint: BinaryPoint): IntervalRange
-
def
apply(lower: Bound, upper: Bound, firrtlBinaryPoint: firrtl.ir.Width): IntervalRange
Creates an IntervalRange, this is used primarily by the range interpolator macro
Creates an IntervalRange, this is used primarily by the range interpolator macro
- lower
lower bound
- upper
upper bound
- firrtlBinaryPoint
binary point firrtl style
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBinaryPoint(n: BinaryPoint): firrtl.ir.Width
- def getBinaryPoint(n: Int): firrtl.ir.Width
- def getBinaryPoint(s: String): firrtl.ir.Width
- def getBound(isClosed: Boolean, value: Int): Bound
- def getBound(isClosed: Boolean, value: BigDecimal): Bound
- def getBound(isClosed: Boolean, value: String): Bound
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRangeWidth(binaryPoint: BinaryPoint): firrtl.ir.Width
- def getRangeWidth(w: Width): firrtl.ir.Width
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unapply(arg: IntervalRange): Option[(Bound, Bound, BinaryPoint)]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()