com.sun.electric.tool.ncc.processing
Class ForceMatch

java.lang.Object
  extended by com.sun.electric.tool.ncc.processing.ForceMatch

public class ForceMatch
extends java.lang.Object


Method Summary
static void doYourJob(java.util.Set<Part> forcedMatchParts, java.util.Set<Wire> forcedMatchWires, NccGlobals g)
          Must be called before any other partitioning occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doYourJob

public static void doYourJob(java.util.Set<Part> forcedMatchParts,
                             java.util.Set<Wire> forcedMatchWires,
                             NccGlobals g)
Must be called before any other partitioning occurs. It assumes that all the Wires are in a single, root partition; and that all Parts are in a single, root partition.

Parameters:
forcedMatchParts - Parts that were matched
forcedMatchWires - Wires that were matched
g - Ncc Globals