-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Convert a Netlist AST to VHDL
--   
--   Convert a Netlist AST to VHDL
@package netlist-to-vhdl
@version 0.3.3


-- | Translates a Netlist AST (<a>AST</a>) to VHDL.
module Language.Netlist.GenVHDL

-- | Generate a <a>Module</a> as a VHDL file . The [<a>String</a>] argument
--   is the list of extra modules to import, typically ["work.all"].
genVHDL :: Module -> [String] -> String
