aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Verilog.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-26 12:09:47 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-26 12:09:47 +0200
commit82be0282495fc698ee997989eb33ffcff3cb6233 (patch)
tree0b03010305eb04488710ef09b4c62b632f800647 /src/VeriFuzz/Verilog.hs
parentb8dcd66b76f502287ec3addef103db365663f5a2 (diff)
downloadverismith-82be0282495fc698ee997989eb33ffcff3cb6233.tar.gz
verismith-82be0282495fc698ee997989eb33ffcff3cb6233.zip
Move the imports to VeriFuzz.hs
Diffstat (limited to 'src/VeriFuzz/Verilog.hs')
-rw-r--r--src/VeriFuzz/Verilog.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/VeriFuzz/Verilog.hs b/src/VeriFuzz/Verilog.hs
index 9df6bfd..4b5029c 100644
--- a/src/VeriFuzz/Verilog.hs
+++ b/src/VeriFuzz/Verilog.hs
@@ -16,11 +16,6 @@ module VeriFuzz.Verilog
( SourceInfo(..)
, Verilog(..)
, parseVerilog
- , procedural
- , proceduralIO
- , proceduralSrc
- , proceduralSrcIO
- , randomMod
, GenVerilog(..)
, genSource
-- * Primitives
@@ -105,7 +100,6 @@ module VeriFuzz.Verilog
)
where
-import VeriFuzz.Generate
import VeriFuzz.Verilog.AST
import VeriFuzz.Verilog.CodeGen
import VeriFuzz.Verilog.Parser