4 synopsis: CAES Languege for Hardware Descriptions (CλasH)
5 description: CλasH is a toolchain/language to translate subsets of
6 Haskell to synthesizable VHDL. It does this by translating
7 the intermediate System Fc (GHC Core) representation to a
8 VHDL AST, which is then written to file.
12 package-url: http://github.com/darchon/clash/tree/master
13 copyright: Copyright (c) 2009 Christiaan Baaij & Matthijs Kooijman
14 author: Christiaan Baaij & Matthijs Kooijman
16 maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl
20 build-depends: ghc >= 6.11, pretty, vhdl, haskell98, ghc-paths, syb,
21 data-accessor, containers, base >= 4, transformers,
22 filepath, template-haskell, data-accessor-template,
25 exposed-modules: CLasH.Translator,
26 CLasH.Translator.Annotations
28 other-modules: CLasH.Translator.TranslatorTypes
30 CLasH.Normalize.NormalizeTypes
31 CLasH.Normalize.NormalizeTools
40 CLasH.Utils.Core.CoreShow
41 CLasH.Utils.Core.CoreTools