-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete the first prototyping layout of the transmission gate in an interdigitized fashion #Status:Magic DRC passed, netlist generation for the LVS is still working in progress #PCell status: W.I.P. #User manual about the PCell: W.I.P. #Completion date (expected): 23.Nov.2024
- Loading branch information
Showing
9 changed files
with
112 additions
and
24 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
openfasoc/generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/comp_dc.py
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 @@ | ||
def initialise(): | ||
global inv_channel_width_base, tg_channel_width_base | ||
inv_channel_width_base = 3.0 | ||
tg_channel_width_base = 3.0 |
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
Binary file modified
BIN
-5.28 KB
(84%)
.../generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/gds/gate_ctrl_inv.gds
Binary file not shown.
Binary file removed
BIN
-32.8 KB
openfasoc/generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/gds/tg.gds
Binary file not shown.
Binary file added
BIN
+64.9 KB
openfasoc/generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/gds/tg_ver1.gds
Binary file not shown.
Binary file added
BIN
+42.6 KB
openfasoc/generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/gds/tg_ver2.gds
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...c/generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/gds/tg_with_ctrl.gds
Binary file not shown.
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