aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Env.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Env.hs')
-rw-r--r--src/VeriFuzz/Env.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/VeriFuzz/Env.hs b/src/VeriFuzz/Env.hs
index 85c761e..a20fd2d 100644
--- a/src/VeriFuzz/Env.hs
+++ b/src/VeriFuzz/Env.hs
@@ -12,6 +12,11 @@ Environment to run the simulator and synthesisers in a matrix.
module VeriFuzz.Env where
+import Control.Monad.Trans.Reader
+import VeriFuzz.Icarus
+import VeriFuzz.XST
+import VeriFuzz.Yosys
+
-- | Environment used to run the main
data SimMatrix = SimMatrix { yosys :: Yosys
, xst :: Maybe Xst