AssertingBits

class AssertingBits(val in: Bits) : Bits

Wraps a Bits but with additional asserts

Constructors

Link copied to clipboard
constructor(in: Bits)

Properties

Link copied to clipboard
val in: Bits

Functions

Link copied to clipboard
open fun applyMask(bitSet: FixedBitSet, offset: Int)
Link copied to clipboard
open override fun get(index: Int): Boolean
Link copied to clipboard
open override fun length(): Int