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