X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FTranslator.hs;h=6177dabaca9fc069374da39caf6995e4f8c69ba7;hp=a9bb9fa4cfed041f1ba5b69d6b82fe4b75857689;hb=e1ef152dc63f28dddce2de4950ec739c79c8d18f;hpb=2397b72fb0bf0431630184d9d2175cf1add6f719 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 ::