Skip to content

Commit

Permalink
modified pin labels in 74x74, see #1193
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Sep 4, 2023
1 parent 220e551 commit 3620e50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/dig/lib/DIL Chips/74xx/flipflops/7474.dig
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<elementAttributes>
<entry>
<string>Label</string>
<string>1~Q</string>
<string>~1Q</string>
</entry>
<entry>
<string>pinNumber</string>
Expand All @@ -53,7 +53,7 @@
<elementAttributes>
<entry>
<string>Label</string>
<string>1~SD</string>
<string>~1SD</string>
</entry>
<entry>
<string>pinNumber</string>
Expand Down Expand Up @@ -99,7 +99,7 @@
<elementAttributes>
<entry>
<string>Label</string>
<string>1~RD</string>
<string>~1RD</string>
</entry>
<entry>
<string>pinNumber</string>
Expand Down Expand Up @@ -131,7 +131,7 @@
<elementAttributes>
<entry>
<string>Label</string>
<string>2~Q</string>
<string>~2Q</string>
</entry>
<entry>
<string>pinNumber</string>
Expand All @@ -145,7 +145,7 @@
<elementAttributes>
<entry>
<string>Label</string>
<string>2~SD</string>
<string>~2SD</string>
</entry>
<entry>
<string>pinNumber</string>
Expand Down Expand Up @@ -191,7 +191,7 @@
<elementAttributes>
<entry>
<string>Label</string>
<string>2~RD</string>
<string>~2RD</string>
</entry>
<entry>
<string>pinNumber</string>
Expand Down Expand Up @@ -227,7 +227,7 @@
<entry>
<string>Testdata</string>
<testData>
<dataString>1~SD 1~RD 1CP 1D 1Q 1~Q
<dataString>~1SD ~1RD 1CP 1D 1Q ~1Q
0 1 X X 1 0
1 0 X X 0 1
0 0 X X 1 1
Expand Down Expand Up @@ -302,7 +302,7 @@
<entry>
<string>Testdata</string>
<testData>
<dataString>2~SD 2~RD 2CP 2D 2Q 2~Q
<dataString>~2SD ~2RD 2CP 2D 2Q ~2Q
0 1 X X 1 0
1 0 X X 0 1
0 0 X X 1 1
Expand Down

0 comments on commit 3620e50

Please sign in to comment.