Safe Haskell | None |
---|---|
Language | Haskell2010 |
Generate VHDL for assorted Netlist datatypes
Documentation
mkTyPackage :: [HWType] -> VHDLM Doc Source
Generate a VHDL package containing type definitions for the given HWTypes
vhdlTypeErrValue :: HWType -> VHDLM Doc Source
Convert a Netlist HWType to an error VHDL value for that type
vhdlTypeMark :: HWType -> VHDLM Doc Source
Convert a Netlist HWType to the root of a VHDL type
inst :: Declaration -> VHDLM (Maybe Doc) Source
Turn a Netlist Declaration to a VHDL concurrent block