-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify the layout of the transmission by rotating every MOSFET 90 degree
- Loading branch information
Showing
3 changed files
with
43 additions
and
22 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
openfasoc/generators/glayout/glayout/flow/blocks/transmission_gate_saltychip/__init__.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from glayout.flow.blocks.transmission_gate_saltychip.inv_lib import basic_inv_cell | ||
from glayout.flow.blocks.transmission_gate_saltychip.transmission_gate import naive_tg_cell | ||
from glayout.flow.blocks.transmission_gate_saltychip.inv_lib import reconfig_inv | ||
from glayout.flow.blocks.transmission_gate_saltychip.transmission_gate import tg_with_inv |
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