Started adding builtin functions
[matthijs/master-project/cλash.git] / Translator.hs
index 550b4f0800475b348d4a6146aa317527d74af79d..f377152c775c9deaf7b8efed06453a63403e7a3b 100644 (file)
@@ -58,7 +58,7 @@ makeVHDL filename name stateful = do
   -- Translate to VHDL
   vhdl <- moduleToVHDL core [(name, stateful)]
   -- Write VHDL to file
-  let dir = "../vhdl/vhdl/" ++ name ++ "/"
+  let dir = "./vhdl/" ++ name ++ "/"
   mapM (writeVHDL dir) vhdl
   return ()