[Logic Gates] Add an AND gates IC #35
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, here is one of the simplest logic gate, to get started.
The objective is to understand what design is considered acceptable in this repo, with a simple-to-review PR, before moving on to more advanced components.
Quad 2-input AND Gate
Added:
3 symbols
14 pins component representing an IC with 4 AND gates plus GND and Vcc
It has 3 possible representations:
All representations include a 2-pins connector for GND and Vcc
DATASHEETS / REFERENCES
The devices will be added in a separate PR in the Toshiba library
OPEN QUESTIONS / UNRESOLVED ISSUES
The generic 2-pins connector used forFound the right connector !GND
andVcc
is so narrow the pin names do not fit. Should I do something to the symbol or to the pin names ? maybe calling themL
andH
will do ?CHECKLIST
For packages, I followed IPC7351C (see details in library conventions)For modified elements, I bumped their version numberFootnotes
Library Conventions: https://docs.librepcb.org/#libraryconventions ↩
CC0 Public Domain License: https://en.wikipedia.org/wiki/CC0 ↩