]> sigrok.org Git - sigrok-test.git/blob - decoder/test/graycode/test.conf
Add some graycode test-cases.
[sigrok-test.git] / decoder / test / graycode / test.conf
1 test graycode_ramp
2         protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
3         input graycode/synthetic/graycode-ramp.sr
4         output graycode annotation match graycode_ramp.output
5
6 test graycode_sin
7         protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
8         input graycode/synthetic/graycode-sin.sr
9         output graycode annotation match graycode_sin.output
10
11 test rotary_ramp
12         protocol-decoder graycode channel d0=0 channel d1=1
13         input graycode/synthetic/rotary-ramp.sr
14         output graycode annotation match rotary_ramp.output
15
16 test rotary_sin
17         protocol-decoder graycode channel d0=0 channel d1=1
18         input graycode/synthetic/rotary-sin.sr
19         output graycode annotation match rotary_sin.output