You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some parts in the 74xx library (6.0.11) load fine. Others refuse to load.
Of those which do load I'm surprised to see duplicated pins. Does SKIDL handle inherited parts?
To Reproduce
fromskidlimportPartp=Part("74xx", "74LS03")
print(p) # prints part, albeit with duplicate pinsassertlenp[6] ==1, "Duplicate pins!"p=Part("74xx", "74LS04")
assertlenp.pins, "No pins at all!"print(p)
Expected behavior
all parts in the library should load
only one instance of each pin should exist.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS Linux/Arch
Python 3.11
SKIDL 1.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Some parts in the 74xx library (6.0.11) load fine. Others refuse to load.
Of those which do load I'm surprised to see duplicated pins. Does SKIDL handle inherited parts?
To Reproduce
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: