aboutsummaryrefslogtreecommitdiffstats
path: root/src/Verismith/EMI.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Verismith/EMI.hs')
-rw-r--r--src/Verismith/EMI.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Verismith/EMI.hs b/src/Verismith/EMI.hs
new file mode 100644
index 0000000..937a037
--- /dev/null
+++ b/src/Verismith/EMI.hs
@@ -0,0 +1,11 @@
+-- |
+-- Module : Verismith.EMI
+-- Description : Definition of the circuit graph.
+-- Copyright : (c) 2021, Yann Herklotz
+-- License : GPL-3
+-- Maintainer : yann [at] yannherklotz [dot] com
+-- Stability : experimental
+-- Portability : POSIX
+--
+-- Equivalence modulo inputs (EMI) testing. This file should get an existing design, and spit out a
+-- modified design that is equivalent under some specific values of the extra inputs.