clash-prelude-1.6.0: src/Clash/Prelude/BitIndex.hs
{-|
Copyright : (C) 2013-2016, University of Twente
2021, QBayLogic B.V.
License : BSD2 (see the file LICENSE)
Maintainer : QBayLogic B.V. <devops@qbaylogic.com>
-}
module Clash.Prelude.BitIndex {-# DEPRECATED "Use Clash.Class.BitPack instead. This module will be removed in Clash 1.8." #-}
( (!)
, slice
, split
, replaceBit
, setSlice
, msb
, lsb
) where
import Clash.Class.BitPack.BitIndex