Deprecated API


Contents
Deprecated Methods
byucc.jhdl.base.Wire.addProperty(Property)
          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. 
byucc.jhdl.base.Wire.addProperty(String, String)
          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. 
byucc.jhdl.base.Wire.init(int, int)
          Use init(num_of_wires). 
byucc.jhdl.base.Wire.initWireFromList(WireList)
          Use initWireFromArray(Wire[]) instead, which takes most significant bit in slot 0 
byucc.jhdl.base.Wire.initWireFromRange(Wire, Wire, int, int)
          For access to a wire range, use range or variant. 
byucc.jhdl.base.Wire.isBidirectional()
          No longer used. 
byucc.jhdl.base.Wire.isUnidirectional()
          No longer used. 
 

Deprecated Constructors
byucc.jhdl.base.Wire(Cell, int, int, String)
          Use Wire(parent, num_of_wires, name). 
byucc.jhdl.base.Wire(Cell, WireList, String)
          Use Wire(Cell, Wire[], String), which has most significant bits in slot 0