public class CellModelPrefs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CellModelPrefs |
spiceModelPrefs |
static CellModelPrefs |
verilogModelPrefs |
Modifier and Type | Method and Description |
---|---|
void |
factoryResetModelFile(Cell cell) |
FileType |
getFileType() |
java.lang.String |
getModelFile(Cell cell) |
static java.lang.String |
getModelFile(java.lang.String unfilteredFileName) |
java.lang.String |
getType() |
java.util.Map<Cell,java.lang.String> |
getUnfilteredFileNames(EDatabase database) |
boolean |
isCanLayoutFromNetlist() |
boolean |
isUseLayoutView(Cell cell) |
static boolean |
isUseLayoutView(java.lang.String unfilteredFileName) |
boolean |
isUseModelFromFile(Cell cell) |
static boolean |
isUseModelFromFile(java.lang.String unfilteredFileName) |
void |
setModelFile(Cell cell,
java.lang.String fileName,
boolean useModelFromFile,
boolean useLayoutView) |
public static final CellModelPrefs spiceModelPrefs
public static final CellModelPrefs verilogModelPrefs
public java.lang.String getType()
public FileType getFileType()
public boolean isCanLayoutFromNetlist()
public boolean isUseModelFromFile(Cell cell)
public static boolean isUseModelFromFile(java.lang.String unfilteredFileName)
public boolean isUseLayoutView(Cell cell)
public static boolean isUseLayoutView(java.lang.String unfilteredFileName)
public java.lang.String getModelFile(Cell cell)
public static java.lang.String getModelFile(java.lang.String unfilteredFileName)
public void setModelFile(Cell cell, java.lang.String fileName, boolean useModelFromFile, boolean useLayoutView)
public java.util.Map<Cell,java.lang.String> getUnfilteredFileNames(EDatabase database)
public void factoryResetModelFile(Cell cell)