aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-05-05 16:54:27 +0100
committerYann Herklotz <git@ymhg.org>2019-05-05 16:54:27 +0100
commitc31961da322d9700fd6604541cbce5a4042f9b24 (patch)
tree0825f105d6b52354eda203a9780e27a3989addcf /app
parent5c4bf34321e9ba334bcb4629f8cdf75b5e4912f0 (diff)
downloadverismith-c31961da322d9700fd6604541cbce5a4042f9b24.tar.gz
verismith-c31961da322d9700fd6604541cbce5a4042f9b24.zip
Add seeds for reproducible runs
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 277533c..18173ba 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -209,8 +209,8 @@ handleOpts :: Opts -> IO ()
handleOpts (Fuzz out configF _ _ n) = do
config <- getConfig configF
_ <- V.runFuzz config
- V.defaultYosys
- (V.fuzzMultiple n Nothing (V.proceduralSrc "top" config))
+ V.defaultYosys
+ (V.fuzzMultiple n Nothing (V.proceduralSrc "top" config))
return ()
handleOpts (Generate f c) = do
config <- getConfig c