Copyright | (C) 2018 Google Inc. |
---|---|
License | BSD2 (see the file LICENSE) |
Maintainer | Christiaan Baaij <christiaan.baaij@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
Houses internal BitRepresentation code which cannot be housed in clash-prelude due to its dependencies.
Synopsis
- coreToType' :: Type -> Either String Type'
- bitsToBits :: [Bit] -> [Bit]
Documentation
bitsToBits :: [Bit] -> [Bit] Source #
Converts a list of BitRepresentation.Bits to their Netlist counterpart.