From: Matthijs Kooijman Date: Thu, 18 Jun 2009 13:27:28 +0000 (+0200) Subject: Use highordtest in main, since that can now be normalized. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=3fb6a3a819f85d89853660347b42f6085d20fb57;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Use highordtest in main, since that can now be normalized. --- diff --git a/Translator.hs b/Translator.hs index 32d2add..3f60330 100644 --- a/Translator.hs +++ b/Translator.hs @@ -53,7 +53,7 @@ import VHDLTypes import qualified VHDL main = do - makeVHDL "Alu.hs" "exec" True + makeVHDL "Adders.hs" "highordtest" True makeVHDL :: String -> String -> Bool -> IO () makeVHDL filename name stateful = do