Trying to get ortree test working
This commit is contained in:
19
test/unit_tests/ortree_15/test.prsim
Normal file
19
test/unit_tests/ortree_15/test.prsim
Normal file
@@ -0,0 +1,19 @@
|
||||
set-bool-array "t.in" 15 0
|
||||
cycle
|
||||
mode run
|
||||
assert t.out 0
|
||||
|
||||
set-bool-array "t.in" 15 1
|
||||
cycle
|
||||
assert t.out 1
|
||||
|
||||
set-bool-array "t.in" 15 0
|
||||
cycle
|
||||
assert t.out 0
|
||||
|
||||
|
||||
set-bool-array "t.in" 15 15
|
||||
cycle
|
||||
assert t.out 1
|
||||
|
||||
|
Reference in New Issue
Block a user