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