From e1ef152dc63f28dddce2de4950ec739c79c8d18f Mon Sep 17 00:00:00 2001 From: christiaanb Date: Tue, 1 Jun 2010 17:01:49 +0200 Subject: [PATCH] Remove defunct makeVHDLStrings function, messes with haddock --- "c\316\273ash/CLasH/Translator.hs" | 17 ----------------- 1 file changed, 17 deletions(-) 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 :: -- 2.30.2