Cabalized clash
[matthijs/master-project/cλash.git] / Main.hs
diff --git a/Main.hs b/Main.hs
new file mode 100644 (file)
index 0000000..be0a0a0
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,6 @@
+module Main where
+
+import Translator
+
+main = do
+  makeVHDL "Alu.hs" "exec" True
\ No newline at end of file