clash-prelude-0.6.0.1: src/CLaSH/Sized/BitVector.hs
{-# LANGUAGE MagicHash #-}
module CLaSH.Sized.BitVector
( -- * Datatypes
BitVector
, Bit
-- * Accessors
-- ** Length information
, size#
, maxIndex#
-- * Construction
-- ** Initialisation
, high
, low
, bLit
-- ** Concatenation
, (++#)
)
where
import CLaSH.Sized.Internal.BitVector