aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-27 14:40:47 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-27 14:40:47 +0100
commit0bbae2481444d02413df374ddde1a9bd8342b24a (patch)
tree7b621126ad64bc312651231ce47bbd287511afae /app
parent51da0af5f0bc7c08e0c8824b474384a7f2752f49 (diff)
downloadverismith-0bbae2481444d02413df374ddde1a9bd8342b24a.tar.gz
verismith-0bbae2481444d02413df374ddde1a9bd8342b24a.zip
Add yosys shell script
Diffstat (limited to 'app')
-rw-r--r--app/Yosys.hs18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/Yosys.hs b/app/Yosys.hs
new file mode 100644
index 0000000..ff8239d
--- /dev/null
+++ b/app/Yosys.hs
@@ -0,0 +1,18 @@
+{-|
+Module : Main
+Description : Main Yosys runner
+Copyright : (c) Yann Herklotz Grave 2018
+License : GPL-3
+Maintainer : ymherklotz@gmail.com
+Stability : experimental
+Portability : POSIX
+
+Main Yosys runner
+-}
+
+module Main where
+
+import Shelly
+
+main :: IO ()
+main = putStrLn "Hello"