improved tests for wired OR and AND

This commit is contained in:
Helmut.Neemann 2016-11-04 10:22:41 +01:00
parent d280173e50
commit a8a993e93c
2 changed files with 15 additions and 3 deletions

View File

@ -66,12 +66,18 @@
<dataString>A B Y
0 0 0
0 1 0
0 Z 0
1 0 0
1 1 1</dataString>
1 1 1
1 Z 1
Z 0 0
Z 1 1
Z Z 1
</dataString>
</testData>
</entry>
</elementAttributes>
<pos x="340" y="260"/>
<pos x="340" y="240"/>
</visualElement>
</visualElements>
<wires>

View File

@ -41,8 +41,14 @@
<dataString>A B Y
0 0 0
0 1 1
0 Z 0
1 0 1
1 1 1</dataString>
1 1 1
1 Z 1
Z 0 0
Z 1 1
Z Z 0
</dataString>
</testData>
</entry>
</elementAttributes>