X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2Fclash.cabal;h=a5ab10291fdb5ec065a88904d3d7866c50322921;hb=2397b72fb0bf0431630184d9d2175cf1add6f719;hp=6daa84322ca00577a06955fc6c1d5ebc3e962614;hpb=7538f04668475b1782239832fb01b38783b1f9e3;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/clash.cabal" "b/c\316\273ash/clash.cabal" index 6daa843..a5ab102 100644 --- "a/c\316\273ash/clash.cabal" +++ "b/c\316\273ash/clash.cabal" @@ -1,8 +1,8 @@ name: clash version: 0.1 build-type: Simple -synopsis: CAES Languege for Hardware Descriptions (CλasH) -description: CλasH is a toolchain/language to translate subsets of +synopsis: CAES Languege for Hardware Descriptions (CLasH) +description: CLasH is a toolchain/language to translate subsets of Haskell to synthesizable VHDL. It does this by translating the intermediate System Fc (GHC Core) representation to a VHDL AST, which is then written to file. @@ -16,38 +16,38 @@ stability: alpha maintainer: christiaan.baaij@gmail.com & matthijs@stdin.nl Cabal-Version: >= 1.2 -flag out-ghc-tree - description: Are we outside a GHC tree? - default: False - manual: True - Library - if flag(out-ghc-tree) - build-depends: ghc-paths - else - cpp-options: -DIN_GHC_TREE - - build-depends: ghc >= 6.11, pretty, vhdl, haskell98, syb, data-accessor, - containers, base >= 4, transformers, filepath, - template-haskell, data-accessor-template, prettyclass + build-depends: ghc >= 6.12, pretty, vhdl > 0.1, haskell98, syb, + data-accessor, containers, base >= 4, transformers, + filepath, template-haskell, data-accessor-template, + data-accessor-transformers, prettyclass, directory, + tfp, th-lift, time - extensions: CPP - - exposed-modules: CLasH.Translator, + exposed-modules: CLasH.HardwareTypes + CLasH.Translator CLasH.Translator.Annotations + CLasH.Utils - other-modules: CLasH.Translator.TranslatorTypes + other-modules: Data.Param.Integer + Data.Param.Signed + Data.Param.Unsigned + Data.Param.Index + Data.Param.Vector + CLasH.Translator.TranslatorTypes CLasH.Normalize CLasH.Normalize.NormalizeTypes CLasH.Normalize.NormalizeTools CLasH.VHDL CLasH.VHDL.Constants CLasH.VHDL.Generate + CLasH.VHDL.Testbench CLasH.VHDL.VHDLTools CLasH.VHDL.VHDLTypes CLasH.Utils.GhcTools CLasH.Utils.HsTools CLasH.Utils.Pretty + CLasH.Utils.Core.BinderTools CLasH.Utils.Core.CoreShow CLasH.Utils.Core.CoreTools - \ No newline at end of file + +