| Copyright | (c) 2019 Yann Herklotz Grave |
|---|---|
| License | GPL-3 |
| Maintainer | yann [at] yannherklotz [dot] com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Verismith.Verilog.BitVec
Description
Unsigned BitVec implementation.
Documentation
Bit Vector that stores the bits in an arbitrary container together with the size.
Instances
type BitVec = BitVecF Integer Source #
Specialisation of the above with Integer, so that infinitely large bit vectors can be stored.