-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sylvain Munaut <[email protected]>
- Loading branch information
Showing
4 changed files
with
22 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Tiny Tapeout Analog Switches for SKY130 | ||
======================================= | ||
|
||
These are the analog switches that are used to connect/disconnect projects | ||
from the analog pins. | ||
|
||
* `tt_asw_1v8`: 1.8V rated switch. Used on TT06 only. | ||
* `tt_asw_3v3`: 3.3V/5V rated switch. Used on TT07+. | ||
|
||
Design and layouts were done by Sylvain Munaut. |
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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
Tiny Tapeout Power gates | ||
======================== | ||
Tiny Tapeout Power Gates for SKY130 | ||
=================================== | ||
|
||
* `tt_pg_vdd_1`: Single height 1.8V switch | ||
* `tt_pg_vdd_2`: Dual height 1.8V switch | ||
* `tt_pg_1v8_1`: Single height 1.8V switch | ||
* `tt_pg_1v8_2`: Dual height 1.8V switch | ||
* `tt_pg_1v8_4`: Quad height 1.8V switch | ||
* `tt_pg_3v3_2`: Dual height 3.3V switch | ||
|
||
Layouts were done by Harald Pretl, | ||
Institute for Integrated Circuits, Johannes Kepler University. | ||
Design and layouts were done by Sylvain Munaut. | ||
|
||
And the original/hierarchical files can be found on | ||
https://github.com/iic-jku/sky130_power_gate | ||
Based upon original design from Harald Pretl, | ||
Institute for Integrated Circuits, Johannes Kepler University. | ||
( https://github.com/iic-jku/sky130_power_gate ) |