clash-lib-0.9999: CAES Language for Synchronous Hardware - As a Library
Copyright(C) 2018 Google Inc.
LicenseBSD2 (see the file LICENSE)
MaintainerChristiaan Baaij <christiaan.baaij@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Clash.Annotations.BitRepresentation.ClashLib

Description

Houses internal BitRepresentation code which cannot be housed in clash-prelude due to its dependencies.

Synopsis

Documentation

coreToType' Source #

Arguments

:: Type

Type to convert to bit representation type

-> Either String Type' 

bitsToBits :: [Bit] -> [Bit] Source #

Converts a list of BitRepresentation.Bits to their Netlist counterpart.