actlib_dataflow_neuro/test/unit_tests/buf_15/test.prsim

30 lines
433 B
Plaintext
Raw Permalink Normal View History

2022-02-22 13:52:54 +01:00
2022-02-22 18:04:21 +01:00
set-qdi-channel-neutral "t.in" 15
2022-02-22 13:52:54 +01:00
set t.out.a 0
set t.out.v 0
2022-02-22 18:04:21 +01:00
cycle
2022-02-22 13:52:54 +01:00
system "echo 'yo man'"
2022-02-22 18:04:21 +01:00
set Reset 0
2022-02-22 13:52:54 +01:00
cycle
system "echo 'reset completed'"
status X
mode run
2022-02-22 18:04:21 +01:00
assert-qdi-channel-neutral "t.out" 15
2022-02-22 13:52:54 +01:00
cycle
2022-02-22 18:04:21 +01:00
set-qdi-channel-valid "t.in" 15 5
cycle
assert t.in.v 1
assert t.in.a 0
assert-qdi-channel-valid "t.out" 15 5
set t.out.v 1
cycle
assert t.in.a 1
set-qdi-channel-neutral "t.in" 15
cycle
set t.out.a 1
2022-02-22 19:23:33 +01:00
system "echo 'Finished'"