Use highordtest in main, since that can now be normalized.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 18 Jun 2009 13:27:28 +0000 (15:27 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 18 Jun 2009 13:27:28 +0000 (15:27 +0200)
Translator.hs

index 32d2addfee4b79afe25822b2fe0f2c486c3d9929..3f60330b37a68b8680cdedec20996f28134c5a42 100644 (file)
@@ -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