mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 12:03:27 +02:00
Add back scn3me_subm tech files Update cells to be DRC clean with rule 5.5.b Allow magic for FreePDK45 but not debugged. Revert to older Magic tech file for SCN3ME_SUBM
14 lines
380 B
SourcePawn
14 lines
380 B
SourcePawn
*********************** tri_gate ******************************
|
|
|
|
.SUBCKT tri_gate in out en en_bar vdd gnd
|
|
|
|
M_1 net_2 in_inv gnd gnd n W='1.2*1u' L=0.6u
|
|
M_2 net_3 in_inv vdd vdd p W='2.4*1u' L=0.6u
|
|
M_3 out en_bar net_3 vdd p W='2.4*1u' L=0.6u
|
|
M_4 out en net_2 gnd n W='1.2*1u' L=0.6u
|
|
M_5 in_inv in vdd vdd p W='2.4*1u' L=0.6u
|
|
M_6 in_inv in gnd gnd n W='1.2*1u' L=0.6u
|
|
|
|
|
|
.ENDS
|