aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/formal/gates/test_pmux.sby
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/formal/gates/test_pmux.sby')
-rw-r--r--testsuite/formal/gates/test_pmux.sby12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/formal/gates/test_pmux.sby b/testsuite/formal/gates/test_pmux.sby
new file mode 100644
index 0000000..c35817a
--- /dev/null
+++ b/testsuite/formal/gates/test_pmux.sby
@@ -0,0 +1,12 @@
+[options]
+mode prove
+
+[engines]
+smtbmc z3
+
+[script]
+ghdl --std=08 test_pmux.vhd -e ent
+prep -top ent
+
+[files]
+test_pmux.vhd