Deprecated API


Contents
Deprecated Fields
byucc.edif.EdifPort._cachedInnerNets
          All analysis of EdifNet connectivity should occur outside of the base edif classes 
 

Deprecated Methods
byucc.edif.EdifPort.createCachedInnerNets()
          All analysis of EdifNet connectivity should occur outside of the base edif classes 
byucc.edif.javacc.SimpleCharStream.getColumn()
            
byucc.edif.libraries.xilinx.SimpleCharStream.getColumn()
            
byucc.edif.EdifPort.getInnerNet()
          All analysis of EdifNet connectivity should occur outside of the base edif classes 
byucc.edif.EdifPort.getInnerNet(int)
          All analysis of EdifNet connectivity should occur outside of the base edif classes 
byucc.edif.javacc.SimpleCharStream.getLine()
            
byucc.edif.libraries.xilinx.SimpleCharStream.getLine()
            
byucc.edif.EdifNet.getNetDriven()
          Use getSinkPortRefs(boolean) in place of this method. 
byucc.edif.EdifNet.getNetDrivers()
          Use getSourcePortRefs(boolean) in place of this method. 
byucc.edif.EdifPortRef.getRefCell()
          This method has been deprecated in favor of the EdifPort.getCellInstance() method that contains a more intuitive method name. 
byucc.edif.EdifPortRef.getRefPort()
          This method has been deprecated in favor of the EdifPort.getPort() method that contains a more intuitive method name. 
byucc.edif.EdifPort.invalidateCachedInnerNets()
          All analysis of EdifNet connectivity should occur outside of the base edif classes 
 

Deprecated Constructors
byucc.edif.EdifPortRef(EdifNet, EdifPort, EdifCellInstance)
          Please use EdifPortRef(EdifNet,EdifSingleBitPort,EdifCellInstance) instead 
byucc.edif.EdifPortRef(EdifNet, EdifPort, EdifCellInstance, int)
          Please use EdifPortRef(EdifNet,EdifSingleBitPort,EdifCellInstance) instead