From 78e70ea4382af2ab093facda0657b7bd3fa2ff01 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 23 Apr 2019 13:33:52 +0100 Subject: Formatting files and add result type to front end --- app/Main.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index 3c88e74..4174f99 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -200,8 +200,7 @@ handleOpts :: Opts -> IO () handleOpts (Fuzz out configF _ _) = do config <- getConfig configF _ <- V.runFuzz - [V.defaultYosysSynth, V.defaultVivadoSynth, V.defaultQuartusSynth] - [] + config V.defaultYosys (V.fuzzMultiple 5 (S.fromText out) (V.proceduralSrc "top" config)) return () -- cgit