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