aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-18 14:29:07 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-18 14:29:07 +0100
commite7f57642f068650ea362201b239efad1c9a841d9 (patch)
tree2d68c28c0644089b9afcfc21fc05f88d50ef6703 /src/Verismith.hs
parent349c1fa290c068a0f4100469e7485d062dd995ce (diff)
downloadverismith-e7f57642f068650ea362201b239efad1c9a841d9.tar.gz
verismith-e7f57642f068650ea362201b239efad1c9a841d9.zip
Rename Sim to Tool
Diffstat (limited to 'src/Verismith.hs')
-rw-r--r--src/Verismith.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Verismith.hs b/src/Verismith.hs
index e7d3ce6..85deca3 100644
--- a/src/Verismith.hs
+++ b/src/Verismith.hs
@@ -30,7 +30,7 @@ module Verismith
, module Verismith.Verilog
, module Verismith.Config
, module Verismith.Circuit
- , module Verismith.Sim
+ , module Verismith.Tool
, module Verismith.Fuzz
, module Verismith.Report
)
@@ -65,8 +65,8 @@ import Verismith.Generate
import Verismith.Reduce
import Verismith.Report
import Verismith.Result
-import Verismith.Sim
-import Verismith.Sim.Internal
+import Verismith.Tool
+import Verismith.Tool.Internal
import Verismith.Verilog
import Verismith.Verilog.Parser (parseSourceInfoFile)