|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.technology.Technology
com.sun.electric.technology.technologies.FPGA
public class FPGA
This is the FPGA Technology.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.electric.technology.Technology |
---|
Technology.ArcLayer, Technology.CarbonNanotube, Technology.MultiCutData, Technology.NodeLayer, Technology.SizeCorrector, Technology.State, Technology.TechPoint |
Field Summary |
---|
Fields inherited from class com.sun.electric.technology.Technology |
---|
ALWAYS_SKIP_WIPED_PINS, cachedRules, DISK_VERSION_1, DISK_VERSION_2, EMPTY_LIST, factoryMenuPalette, factoryRules, foundries, IMMUTABLE_TECHS, LAYERS_BY_HEIGHT, LAYERS_BY_HEIGHT_LIFT_CONTACTS, N_TYPE, NULL_ARRAY, oldArcNames, oldNodeNames, P_TYPE, paramFoundry, paramNumMetalLayers, SPECIALMENUCELL, SPECIALMENUEXPORT, SPECIALMENUHIGH, SPECIALMENUMISC, SPECIALMENUPORT, SPECIALMENUPURE, SPECIALMENUSEPARATOR, SPECIALMENUSPICE, SPECIALMENUTEXT, TECH_NODE, techFactory, TRANS_CONTACT, xmlTech |
Constructor Summary | |
---|---|
FPGA(Generic generic,
TechFactory techFactory)
|
Method Summary | |
---|---|
boolean |
isEasyShape(ImmutableArcInst a,
boolean explain)
Tells if arc can be drawn by simplified algorithm FPGA arcs are not easy |
void |
programPips()
Method to program the currently selected PIPs. |
void |
readArchitectureFile(boolean placeAndWire)
Method to read an architecture file and customize the FPGA technology. |
void |
setTextDisplay(boolean show)
Method to set the text display level. |
void |
setWireDisplay(int level)
Method to set the wire display level. |
static FPGA |
tech()
the FPGA Technology object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FPGA(Generic generic, TechFactory techFactory)
Method Detail |
---|
public static FPGA tech()
public boolean isEasyShape(ImmutableArcInst a, boolean explain)
isEasyShape
in class Technology
a
- arc to testexplain
- if true then print explanation why arc is not easy
public void readArchitectureFile(boolean placeAndWire)
placeAndWire
- true to build the primitives and structures; false to simply build the primitives.public void setWireDisplay(int level)
level
- 0 to show no wires; 1 to show active wires; 2 to show all wires.public void setTextDisplay(boolean show)
show
- true to see text, false to hide text.public void programPips()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |