Uses of Class
org.opencores.structure.Net

Packages that use Net
org.opencores.mapping   
org.opencores.placement   
org.opencores.routing   
org.opencores.structure   
org.opencores.verilogp   
 

Uses of Net in org.opencores.mapping
 

Fields in org.opencores.mapping declared as Net
(package private)  Net FlowMap.Variable.actualNet
          net for which this variable stands for
 

Uses of Net in org.opencores.placement
 

Methods in org.opencores.placement with parameters of type Net
private  void Statistics.MST(Net nt)
          Calculates minimum spanning tree size.
private  int Annealing.MST(Net nt)
          Calculates minimum spanning tree size.
 

Uses of Net in org.opencores.routing
 

Methods in org.opencores.routing with parameters of type Net
 void Wavefront.spread(Net[] nets)
          Spread wave around all nets in graph
 boolean Wavefront.spread(Net nt)
          Spread wave around specified net in graph
 

Uses of Net in org.opencores.structure
 

Subclasses of Net in org.opencores.structure
 class NetGlobal
          Global net, that is accessible from everywhere (e.g.
 

Fields in org.opencores.structure declared as Net
 Net[] Node.ports
          nets that are connected to ports
 Net[] NodeRoutable.segments
          Owners of wire segments.
 Net Net.link
          net link - for graph duplication, etc.
 

Uses of Net in org.opencores.verilogp
 

Methods in org.opencores.verilogp that return Net
private  Net Parser.readExpr()
          Reads expression from the stream
private  Net Parser.readTerminal()
          Reads terminal from the stream
private  Net Parser.readFinal()
          Reads final from the stream
 

Methods in org.opencores.verilogp with parameters of type Net
private  void Parser.assimilate(Net np, Net nt)
          connects port's net np to net nt