clash-ghc-1.6.3: Clash: a functional hardware description language - GHC frontend
Copyright(C) 2013-2016 University of Twente
2016-2017 Myrtle Software Ltd
2021-2022 QBayLogic B.V.
LicenseBSD2 (see the file LICENSE)
MaintainerQBayLogic B.V. <devops@qbaylogic.com>
Safe HaskellNone
LanguageHaskell2010

Clash.GHC.NetlistTypes

Description

 

Documentation

ghcTypeToHWType Source #

Arguments

:: Int

Integer width. The width Clash assumes an Integer to be (instead of it begin an arbitrarily large, runtime sized construct).

-> CustomReprs

Custom bit representations

-> TyConMap

Type constructor map

-> Type

Type to convert to HWType

-> State HWMap (Maybe (Either String FilteredHWType))