X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Main.hs;h=078f46fe0807d2d902c332c3adb028ad3d47b579;hb=ff9a8487475aa90d2f212fd24169503993a4a27d;hp=be0a0a077f5496d7c9f3c06daa4fd58ae12779b7;hpb=998e440a7fa765685e1ed500c871058a33129b1f;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Main.hs b/Main.hs index be0a0a0..078f46f 100644 --- a/Main.hs +++ b/Main.hs @@ -3,4 +3,4 @@ module Main where import Translator main = do - makeVHDL "Alu.hs" "exec" True \ No newline at end of file + makeVHDL "Adders.hs" "functiontest" True \ No newline at end of file