first commit
This commit is contained in:
commit
ef58d5b07e
34 changed files with 2210 additions and 0 deletions
7
bin/Clashi.hs
Normal file
7
bin/Clashi.hs
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
import Prelude
|
||||
import System.Environment (getArgs)
|
||||
import Clash.Main (defaultMain)
|
||||
|
||||
main :: IO ()
|
||||
main = getArgs >>= defaultMain . ("--interactive":)
|
Reference in a new issue