diff options
Diffstat (limited to 'testsuite/formal/abs/test_abs.sby')
-rw-r--r-- | testsuite/formal/abs/test_abs.sby | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/formal/abs/test_abs.sby b/testsuite/formal/abs/test_abs.sby new file mode 100644 index 0000000..0e4bc7c --- /dev/null +++ b/testsuite/formal/abs/test_abs.sby @@ -0,0 +1,13 @@ +[options] +#depth 6 +mode prove + +[engines] +smtbmc z3 + +[script] +ghdl --std=08 test_abs.vhd -e ent +prep -top ent + +[files] +test_abs.vhd |