mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 01:44:44 -04:00
improved tests for wired OR and AND
This commit is contained in:
parent
d280173e50
commit
a8a993e93c
@ -66,12 +66,18 @@
|
|||||||
<dataString>A B Y
|
<dataString>A B Y
|
||||||
0 0 0
|
0 0 0
|
||||||
0 1 0
|
0 1 0
|
||||||
|
0 Z 0
|
||||||
1 0 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>
|
</testData>
|
||||||
</entry>
|
</entry>
|
||||||
</elementAttributes>
|
</elementAttributes>
|
||||||
<pos x="340" y="260"/>
|
<pos x="340" y="240"/>
|
||||||
</visualElement>
|
</visualElement>
|
||||||
</visualElements>
|
</visualElements>
|
||||||
<wires>
|
<wires>
|
||||||
|
@ -41,8 +41,14 @@
|
|||||||
<dataString>A B Y
|
<dataString>A B Y
|
||||||
0 0 0
|
0 0 0
|
||||||
0 1 1
|
0 1 1
|
||||||
|
0 Z 0
|
||||||
1 0 1
|
1 0 1
|
||||||
1 1 1</dataString>
|
1 1 1
|
||||||
|
1 Z 1
|
||||||
|
Z 0 0
|
||||||
|
Z 1 1
|
||||||
|
Z Z 0
|
||||||
|
</dataString>
|
||||||
</testData>
|
</testData>
|
||||||
</entry>
|
</entry>
|
||||||
</elementAttributes>
|
</elementAttributes>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user