Attributes
- Companion
- trait
- Source
- BitPat.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BitSet.type
Members list
Value members
Concrete methods
Construct a BitSet from a sequence of BitPat. AllBitPat` must have the same width.
Construct a BitSet from a sequence of BitPat. AllBitPat` must have the same width.
Attributes
- Source
- BitPat.scala
Construct a BitSet matching a range of value automatically infer width by the bit length of (start + length - 1)
Construct a BitSet matching a range of value automatically infer width by the bit length of (start + length - 1)
Value parameters
- length
-
The length of the matching range
- start
-
The smallest matching value
Attributes
- Returns
-
A
BitSetmatching exactly all inputs in range [start, start + length) - Source
- BitPat.scala
Construct a BitSet matching a range of value
Construct a BitSet matching a range of value
Value parameters
- length
-
The length of the matching range
- start
-
The smallest matching value
- width
-
The width of the constructed
BitSet. If not given, the returnedBitSethave the width of the maximum possible matching value.
Attributes
- Returns
-
A
BitSetmatcing exactly all inputs in range [start, start + length) - Source
- BitPat.scala
Construct a BitSet from String. each line should be a valid BitPat string with the same width.
Construct a BitSet from String. each line should be a valid BitPat string with the same width.
Attributes
- Source
- BitPat.scala
Concrete fields
Empty BitSet.