|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
byucc.jhdl.base | |
byucc.jhdl.parsers.xnf | |
byucc.jhdl.Xilinx.Virtex | |
byucc.jhdl.Xilinx.Virtex2 | |
byucc.jhdl.Xilinx.XC4000 | |
byucc.jhdl.Xilinx.XC9000 |
Uses of Property in byucc.jhdl.base |
Subclasses of Property in byucc.jhdl.base | |
class |
PropertyBoolean
Convenience wrapper class for Property, that is always of type Boolean. |
class |
PropertyInt
Convenience wrapper class for Property, that is always of type Integer. |
class |
PropertyString
Convenience wrapper class for Property, that is always of type String. |
Methods in byucc.jhdl.base that return Property | |
Property[] |
Cell.getPortProperties()
Access the array of port properties associated with a derived class. |
Property |
Cell.setProperty(java.lang.String name,
java.lang.Object value,
boolean isVisible)
|
Property |
Cell.getProperty(java.lang.String name)
|
Property |
Wire.setProperty(java.lang.String name,
java.lang.Object value,
boolean isVisible)
|
Property |
Wire.setProperty(Cell parent,
java.lang.String name,
java.lang.Object value,
boolean isVisible)
|
Property |
Wire.getProperty(Cell parent,
java.lang.String name)
|
Property |
Wire.getProperty(java.lang.String name)
|
Property |
PropertyList.getProperty()
Returns the property at the current list position |
Property |
PropertyList.get(java.lang.String name)
Returns the Property corresponding to name in the list. |
Methods in byucc.jhdl.base with parameters of type Property | |
Cell |
Cell.replaceProperty(Property p)
Used to replace a property of a Cell. |
Cell |
Cell.addProperty(Property p)
Used to add a Property object to the Cell. |
void |
Wire.addProperty(Cell parent,
Property p)
Used to add a Property object to a Wire, within the scope of the given Cell. |
void |
Wire.addProperty(Property p)
Deprecated. If you're using this addProperty, you're probably using it incorrectly. Use addProperty(Cell parent, String name, String value) instead to specify the scope of the property on this wire. |
void |
Wire.replaceProperty(Cell parent,
Property p)
Used to replace a property of a Wire. |
void |
Wire.replaceProperty(Property p)
Used to replace a property of a Wire, within the scope of the wire origin. |
void |
PropertyList.putProperty(Property p)
Inserts a property into the list, if it is not already in the list. |
boolean |
PropertyList.removeProperty(Property p)
Removes the property if it exists, otherwise does nothing. |
Uses of Property in byucc.jhdl.parsers.xnf |
Methods in byucc.jhdl.parsers.xnf with parameters of type Property | |
void |
XNFCell.putProperty(Property p)
|
boolean |
XNFCell.removeProperty(Property p)
|
Uses of Property in byucc.jhdl.Xilinx.Virtex |
Fields in byucc.jhdl.Xilinx.Virtex declared as Property | |
static Property[] |
nor4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nor4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
or4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nand4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
and4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
Uses of Property in byucc.jhdl.Xilinx.Virtex2 |
Fields in byucc.jhdl.Xilinx.Virtex2 declared as Property | |
static Property[] |
nor4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nor4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
or4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nand4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
and4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
Uses of Property in byucc.jhdl.Xilinx.XC4000 |
Fields in byucc.jhdl.Xilinx.XC4000 declared as Property | |
static Property[] |
nor4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nor4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
or4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nand4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
and4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
Uses of Property in byucc.jhdl.Xilinx.XC9000 |
Fields in byucc.jhdl.Xilinx.XC9000 declared as Property | |
static Property[] |
nor4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nor4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nor3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nor2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nor2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
or4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
or3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
or2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
or2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
nand4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
nand3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
nand2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
nand2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and4b4.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 i3 |
static Property[] |
and4b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and4b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and4b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and3b3.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 i2 |
static Property[] |
and3b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and3b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
static Property[] |
and2b2.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 i1 |
static Property[] |
and2b1.PortProperties
The netlist properties to be inserted in order to invert the following ports: i0 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |