mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -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
|
||||
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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user