Uses of Class
com.sun.electric.tool.generator.layout.TechType

Packages that use TechType
com.sun.electric.tool.generator.flag   
com.sun.electric.tool.generator.flag.designs.Infinity2   
com.sun.electric.tool.generator.flag.router   
com.sun.electric.tool.generator.layout   
com.sun.electric.tool.generator.layout.fill   
 

Uses of TechType in com.sun.electric.tool.generator.flag
 

Methods in com.sun.electric.tool.generator.flag that return TechType
 TechType FlagDesign.tech()
           
 

Uses of TechType in com.sun.electric.tool.generator.flag.designs.Infinity2
 

Methods in com.sun.electric.tool.generator.flag.designs.Infinity2 with parameters of type TechType
 Cell VddGndM3.makeVddGndM3Cell(Cell layCell, TechType tech)
           
 

Uses of TechType in com.sun.electric.tool.generator.flag.router
 

Methods in com.sun.electric.tool.generator.flag.router with parameters of type TechType
static void BdRoute.route(Cell layCell, java.util.List<ToConnect> work, TechType tech)
           
 

Uses of TechType in com.sun.electric.tool.generator.layout
 

Subclasses of TechType in com.sun.electric.tool.generator.layout
 class TechTypeMoCMOS
           
 

Methods in com.sun.electric.tool.generator.layout that return TechType
 TechType TechType.TechTypeEnum.getTechType()
           
static TechType Tech.getTechType()
           
 TechType StdCellParams.getTechType()
           
 

Methods in com.sun.electric.tool.generator.layout with parameters of type TechType
static void StdCellParams.addEssentialBoundsFromChildren(Cell cell, TechType tech)
           
static void Tech.setTechType(TechType requestedTechnology)
           
 

Constructors in com.sun.electric.tool.generator.layout with parameters of type TechType
FoldedNmos(double x, double y, int nbFolds, int nbSeries, double gateWidth, Cell f, TechType tech)
          By default the FoldedNmos shifts the diffusion contact to the top of the transistor
FoldedNmos(double x, double y, int nbFolds, int nbSeries, double gateWidth, FoldedMos.GateSpace gateSpace, char justifyDiffCont, Cell f, TechType tech)
           
FoldedPmos(double x, double y, int nbFolds, int nbSeries, double gateWidth, Cell f, TechType tech)
          By default the FoldedPmos shifts the diffusion contact to the bottom of the transistor
FoldedPmos(double x, double y, int nbFolds, int nbSeries, double gateWidth, FoldedMos.GateSpace gateSpace, char justifyDiffCont, Cell f, TechType tech)
           
TechType.MosInst.MosInstH(char np, double x, double y, double w, double l, TechType tech, Cell parent)
           
TechType.MosInst.MosInstV(char np, double x, double y, double w, double l, TechType tech, Cell parent)
           
TrackRouter(ArcProto lay, double wid, double centerVal, TechType tech, Cell parnt)
           
TrackRouter(ArcProto lay, double wid, TechType tech, Cell parnt)
           
TrackRouterH(ArcProto lay, double wid, double centerVal, TechType tech, Cell parnt)
          ports may be offset from routing track
TrackRouterH(ArcProto lay, double wid, TechType tech, Cell parnt)
          all ports lie on the same routing track
TrackRouterV(ArcProto lay, double wid, double centerVal, TechType tech, Cell parnt)
          ports may be offset from routing track
TrackRouterV(ArcProto lay, double wid, TechType tech, Cell parnt)
          all ports lie on the same routing track
 

Uses of TechType in com.sun.electric.tool.generator.layout.fill
 

Methods in com.sun.electric.tool.generator.layout.fill with parameters of type TechType
static Cell FillGeneratorTool.makeFillCell(Library lib, com.sun.electric.tool.generator.layout.fill.Floorplan[] plans, int botLayer, int topLayer, CapCell capCell, TechType tech, ExportConfig expCfg, boolean metalFlex, boolean hierFlex)
           
 Cell FillGeneratorTool.standardMakeFillCell(int loLayer, int hiLayer, TechType tech, ExportConfig exportConfig, int[] tiledSizes, boolean metalFlex)
          Create a fill cell using the current library, fill cell width, fill cell height, layer orientation, and reserved spaces for each layer.
 

Constructors in com.sun.electric.tool.generator.layout.fill with parameters of type TechType
FillCell(TechType tech)