From: christiaanb Date: Tue, 1 Jun 2010 15:01:49 +0000 (+0200) Subject: Remove defunct makeVHDLStrings function, messes with haddock X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=e1ef152dc63f28dddce2de4950ec739c79c8d18f Remove defunct makeVHDLStrings function, messes with haddock --- diff --git "a/c\316\273ash/CLasH/Translator.hs" "b/c\316\273ash/CLasH/Translator.hs" index a9bb9fa..6177dab 100644 --- "a/c\316\273ash/CLasH/Translator.hs" +++ "b/c\316\273ash/CLasH/Translator.hs" @@ -34,23 +34,6 @@ import CLasH.VHDL import CLasH.VHDL.VHDLTools import CLasH.VHDL.Testbench --- | Turn Haskell to VHDL, Usings Strings to indicate the Top Entity, Initial --- State and Test Inputs. --- makeVHDLStrings :: --- FilePath -- ^ The GHC Library Dir --- -> [FilePath] -- ^ The FileNames --- -> String -- ^ The TopEntity --- -> String -- ^ The InitState --- -> String -- ^ The TestInput --- -> IO () --- makeVHDLStrings libdir filenames topentity initstate testinput = do --- makeVHDL libdir filenames finder --- where --- finder = findSpec (hasVarName topentity) --- (hasVarName initstate) --- (isCLasHAnnotation isInitState) --- (hasVarName testinput) - -- | Turn Haskell to VHDL, Using the Annotations for Top Entity, Initial State -- and Test Inputs found in the Files. makeVHDLAnnotations ::