aboutsummaryrefslogtreecommitdiffstats
path: root/verismith.cabal
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 /verismith.cabal
parent349c1fa290c068a0f4100469e7485d062dd995ce (diff)
downloadverismith-e7f57642f068650ea362201b239efad1c9a841d9.tar.gz
verismith-e7f57642f068650ea362201b239efad1c9a841d9.zip
Rename Sim to Tool
Diffstat (limited to 'verismith.cabal')
-rw-r--r--verismith.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/verismith.cabal b/verismith.cabal
index 36a7777..7afb640 100644
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -53,15 +53,15 @@ library
, Verismith.Reduce
, Verismith.Report
, Verismith.Result
- , Verismith.Sim
- , Verismith.Sim.Icarus
- , Verismith.Sim.Identity
- , Verismith.Sim.Internal
- , Verismith.Sim.Quartus
- , Verismith.Sim.Template
- , Verismith.Sim.Vivado
- , Verismith.Sim.XST
- , Verismith.Sim.Yosys
+ , Verismith.Tool
+ , Verismith.Tool.Icarus
+ , Verismith.Tool.Identity
+ , Verismith.Tool.Internal
+ , Verismith.Tool.Quartus
+ , Verismith.Tool.Template
+ , Verismith.Tool.Vivado
+ , Verismith.Tool.XST
+ , Verismith.Tool.Yosys
, Verismith.Verilog
, Verismith.Verilog.AST
, Verismith.Verilog.BitVec