aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Env.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-01 19:58:07 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-01 19:58:07 +0000
commit157559045f477e443a3f965af6a1959f59930eb8 (patch)
treea8a69429bb5c9ee7fb1ea6643173533f8dad1789 /src/VeriFuzz/Env.hs
parentfa77a4b1ad2400bce8a51dee7d41368fed653ed9 (diff)
downloadverismith-157559045f477e443a3f965af6a1959f59930eb8.tar.gz
verismith-157559045f477e443a3f965af6a1959f59930eb8.zip
Fix imports
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