-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic #82
Open
ouabache
wants to merge
23
commits into
LibrePCB:master
Choose a base branch
from
ouabache:Logic
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Logic #82
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f599495
initial checkin for Logic script and files
ouabache 7baccf1
added support for pin lengths
ouabache 86e893f
added scaling and line_width
ouabache b930a6f
added NAND2_8 and BUFFER_8
ouabache efb4f76
fixed lint errors
ouabache e40aedb
added more parts
ouabache b99c4bf
added more parts
ouabache 76ce4b1
converted units from mm to snap grids
ouabache fa82731
adjusted text positions
ouabache 95e5f75
added new parts
ouabache cc00ab8
added more parts
ouabache 3255aaa
fixed lint errors
ouabache e312506
fixed lint errors
ouabache cac504f
added generate_cmp.py and generate_dev.py
ouabache 9762d2b
fixed bug introed in linting
ouabache 3d2eaad
added 4 tiny demorgan parts
ouabache a339cb0
fixed 2 spaces in uuis files
ouabache 71984ce
now support descr
ouabache cabfd6a
polyygons and circles now get unique uuids
ouabache a10253a
changed 1/6 scale from 10 wide to 8
ouabache df2045b
changed python rev and moved name,value field
ouabache 79b9004
added generic Logic files
ouabache d55814e
fixed merge glitch
ouabache File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
KEYWORDS,digital,logic | ||
CREATE,2019-12-17T00:00:00Z | ||
VERSION,0.1 | ||
AUTHOR,John E. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
KEYWORDS,digital,logic,buffer | ||
CREATE,2020-03-22T00:00:00Z | ||
VERSION,0.1 | ||
AUTHOR,John E. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
KEYWORDS,digital,logic,flipflop | ||
CREATE,2020-03-22T00:00:00Z | ||
VERSION,0.1 | ||
AUTHOR,John E. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
KEYWORDS,digital,logic | ||
CREATE,2020-03-22T00:00:00Z | ||
VERSION,0.1 | ||
AUTHOR,John E. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
KEYWORDS,digital,logic,multiplexor | ||
CREATE,2020-03-22T00:00:00Z | ||
VERSION,0.1 | ||
AUTHOR,John E. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
SCALE,1.000 | ||
DEF,AND2_4 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,.750,3.25,-180 | ||
POLYPT,.750,-3.25,0 | ||
POLYPT,-4.00,-3.25,0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.00,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.00,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,4.00,0,0 | ||
POLYST | ||
PIN,A,L,-6.00,2.00,0 | ||
PIN,B,L,-6.00,-2.00,0 | ||
PIN,OUT,R,6.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
SCALE,1.333 | ||
DEF,AND2_6 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,.750,3.25,-180 | ||
POLYPT,.750,-3.25,0 | ||
POLYPT,-4.00,-3.25,0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.6654,1.3327,0 | ||
POLYPT,-4.00,1.3327,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.6654,-1.3327,0 | ||
POLYPT,-4.00,-1.3327,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.6654,0,0 | ||
POLYPT,4.00,0,0 | ||
POLYST | ||
PIN,A,L,-5.000,1.00,0 | ||
PIN,B,L,-5.000,-1.00,0 | ||
PIN,OUT,R,5.000,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
SCALE,2.000 | ||
DEF,AND2_8 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,.750,3.25,-180 | ||
POLYPT,.750,-3.25,0 | ||
POLYPT,-4.00,-3.25,0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.00,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.00,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,4.00,0,0 | ||
POLYST | ||
PIN,A,L,-3.00,1.00,0 | ||
PIN,B,L,-3.00,-1.00,0 | ||
PIN,OUT,R,3.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
SCALE,1.000 | ||
DEF,AND2_dm_4 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
KEYWORDS,demorgan | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,-1.50,3.25,-65.0 | ||
POLYPT,4.00,0,-65.0 | ||
POLYPT,-1.50,-3.25,0 | ||
POLYPT,-4.00,-3.25,65.0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.4252,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.4252,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,5.00,0,0 | ||
POLYST | ||
CIRC,.100,4.50,0,1.00 | ||
CIRC,.100,-3.9252,2.00,1.00 | ||
CIRC,.100,-3.9252,-2.00,1.00 | ||
PIN,A,L,-6.00,2.00,0 | ||
PIN,B,L,-6.00,-2.00,0 | ||
PIN,OUT,R,6.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
SCALE,2.000 | ||
DEF,AND2_dm_8 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
KEYWORDS,demorgan | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,-1.50,3.25,-65.0 | ||
POLYPT,4.00,0,-65.0 | ||
POLYPT,-1.50,-3.25,0 | ||
POLYPT,-4.00,-3.25,65.0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.4252,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.4252,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,5.00,0,0 | ||
POLYST | ||
CIRC,.100,4.50,0,1.00 | ||
CIRC,.100,-3.9252,2.00,1.00 | ||
CIRC,.100,-3.9252,-2.00,1.00 | ||
PIN,A,L,-3.00,1.00,0 | ||
PIN,B,L,-3.00,-1.00,0 | ||
PIN,OUT,R,3.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
SCALE,1.000 | ||
DEF,AND3_4 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,.750,3.25,-180 | ||
POLYPT,.750,-3.25,0 | ||
POLYPT,-4.00,-3.25,0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.00,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,0,0 | ||
POLYPT,-4.00,0,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.00,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,4.00,0,0 | ||
POLYST | ||
PIN,A,L,-6.00,2.00,0 | ||
PIN,B,L,-6.00,0,0 | ||
PIN,C,L,-6.00,-2.00,0 | ||
PIN,OUT,R,6.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
SCALE,1.000 | ||
DEF,AND3_8 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
SCALE,2.000 | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,.750,3.25,-180 | ||
POLYPT,.750,-3.25,0 | ||
POLYPT,-4.00,-3.25,0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.00,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,0,0 | ||
POLYPT,-4.00,0,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.00,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,4.00,0,0 | ||
POLYST | ||
PIN,A,L,-3.00,1.00,0 | ||
PIN,B,L,-3.00,0,0 | ||
PIN,C,L,-3.00,-1.00,0 | ||
PIN,OUT,R,3.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
SCALE,1.000 | ||
DEF,AND3_dm_4 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,-1.50,3.25,-65.0 | ||
POLYPT,4.00,0,-65.0 | ||
POLYPT,-1.50,-3.25,0 | ||
POLYPT,-4.00,-3.25,65.0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.4252,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,0,0 | ||
POLYPT,-4.0709,0,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.4252,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,5.00,0,0 | ||
POLYST | ||
CIRC,.100,4.50,0,1.00 | ||
CIRC,.100,-3.9252,2.00,1.00 | ||
CIRC,.100,-3.5709,0.00,1.00 | ||
CIRC,.100,-3.9252,-2.00,1.00 | ||
PIN,A,L,-6.00,2.00,0 | ||
PIN,B,L,-6.00,0,0 | ||
PIN,C,L,-6.00,-2.00,0 | ||
PIN,OUT,R,6.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
SCALE,2.000 | ||
DEF,AND3_dm_8 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,-1.50,3.25,-65.0 | ||
POLYPT,4.00,0,-65.0 | ||
POLYPT,-1.50,-3.25,0 | ||
POLYPT,-4.00,-3.25,65.0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,2.00,0 | ||
POLYPT,-4.4252,2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,0,0 | ||
POLYPT,-4.0709,0,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-2.00,0 | ||
POLYPT,-4.4252,-2.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,5.00,0,0 | ||
POLYST | ||
CIRC,.100,4.50,0,1.00 | ||
CIRC,.100,-3.9252,2.00,1.00 | ||
CIRC,.100,-3.5709,0.00,1.00 | ||
CIRC,.100,-3.9252,-2.00,1.00 | ||
PIN,A,L,-3.00,1.00,0 | ||
PIN,B,L,-3.00,0,0 | ||
PIN,C,L,-3.00,-1.00,0 | ||
PIN,OUT,R,3.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
SCALE,1.000 | ||
DEF,AND4_4 | ||
KEYWORDS,gates | ||
KEYWORDS,and | ||
POLY,.100,F | ||
POLYPT,-4.00,3.25,0 | ||
POLYPT,.750,3.25,-180 | ||
POLYPT,.750,-3.25,0 | ||
POLYPT,-4.00,-3.25,0 | ||
POLYPT,-4.00,3.25,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,3.00,0 | ||
POLYPT,-4.00,3.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,1.00,0 | ||
POLYPT,-4.00,1.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-1.00,0 | ||
POLYPT,-4.00,-1.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,-6.00,-3.00,0 | ||
POLYPT,-4.00,-3.00,0 | ||
POLYST | ||
POLY,.0622,N | ||
POLYPT,6.00,0,0 | ||
POLYPT,4.00,0,0 | ||
POLYST | ||
PIN,A,L,-6.00,3.00,0 | ||
PIN,B,L,-6.00,1,0 | ||
PIN,C,L,-6.00,-1.00,0 | ||
PIN,D,L,-6.00,-3.00,0 | ||
PIN,OUT,R,6.00,0,0 | ||
TEXT,-4.00,3.00,NAME | ||
TEXT,-4.00,-3.00,VALUE |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @ouabache. Where did you get this data from?