actlib_dataflow_neuro/test/unit_tests/vtree_5/test.prsim

12 lines
214 B
Plaintext
Raw Normal View History

2022-03-05 20:29:02 +01:00
watchall
system "echo '[0] starting test true high'"
set-qdi-channel-neutral "t.in" 5
cycle
mode run
assert t.out 0
set-qdi-channel-valid "t.in" 5 3
cycle
mode run
assert t.out 1
system "echo '[1] cleaning input'"