Safe Haskell | None |
---|
Generate VHDL for assorted Netlist datatypes
Documentation
mkTyPackage :: [HWType] -> VHDLM DocSource
Generate a VHDL package containing type definitions for the given HWTypes
vhdlTypeDefault :: HWType -> VHDLM DocSource
Convert a Netlist HWType to a default VHDL value for that type
vhdlTypeMark :: HWType -> VHDLM DocSource
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