-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
210 additions
and
0 deletions.
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
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
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 @@ | ||
# Machdyne Brot V4 | ||
|
||
set_io clk 35 | ||
set_io q 39 |
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 @@ | ||
# Machdyne Eis V0 | ||
|
||
set_io clk L5 | ||
set_io q G3 |
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 @@ | ||
# Machdyne Kolibri V0 | ||
|
||
set_io clk G1 | ||
set_io q B11 |
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,8 @@ | ||
# Machdyne Konfekt V0 | ||
|
||
LOCATE COMP "clk" SITE "A7"; | ||
IOBUF PORT "clk" IO_TYPE=LVCMOS33; | ||
FREQUENCY PORT "clk" 48.0 MHz; | ||
|
||
LOCATE COMP "q" SITE "G1"; | ||
IOBUF PORT "q" IO_TYPE=LVCMOS33; |
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 @@ | ||
# Machdyne Kuchen V1 | ||
|
||
set_io clk F7 | ||
set_io q C13 |
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,8 @@ | ||
# Machdyne Minze V1 | ||
|
||
LOCATE COMP "clk" SITE "A7"; | ||
IOBUF PORT "clk" IO_TYPE=LVCMOS33; | ||
FREQUENCY PORT "clk" 48.0 MHz; | ||
|
||
LOCATE COMP "q" SITE "A2"; | ||
IOBUF PORT "q" IO_TYPE=LVCMOS33; |
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,8 @@ | ||
# Machdyne Noir V0 | ||
|
||
LOCATE COMP "clk" SITE "A7"; | ||
IOBUF PORT "clk" IO_TYPE=LVCMOS33; | ||
FREQUENCY PORT "clk" 48.0 MHz; | ||
|
||
LOCATE COMP "q" SITE "G1"; | ||
IOBUF PORT "q" IO_TYPE=LVCMOS33; |
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 @@ | ||
# Machdyne Riegel V3 | ||
|
||
set_io clk L5 | ||
set_io q H9 |
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,8 @@ | ||
# Machdyne Schoko V1 | ||
|
||
LOCATE COMP "clk" SITE "A7"; | ||
IOBUF PORT "clk" IO_TYPE=LVCMOS33; | ||
FREQUENCY PORT "clk" 48.0 MHz; | ||
|
||
LOCATE COMP "q" SITE "B1"; | ||
IOBUF PORT "q" IO_TYPE=LVCMOS33; |