com.sun.electric.tool.drc
Class CalibreDrcErrors

java.lang.Object
  extended by com.sun.electric.tool.drc.CalibreDrcErrors

public class CalibreDrcErrors
extends java.lang.Object

This reads an ASCII Calibre DRC error database produced by running Calibre DRC. It shows these errors on the specified cells in Electric.


Method Summary
static Cell getCell(java.lang.String cellName, java.util.HashMap<Cell,java.lang.String> mangledNames)
           
static void importErrors(java.lang.String filename, java.util.HashMap<Cell,java.lang.String> mangledNames, java.lang.String type)
          Create a new CalibreDrcError class, read the errors in, and then convert them to the ErrorLogger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

importErrors

public static void importErrors(java.lang.String filename,
                                java.util.HashMap<Cell,java.lang.String> mangledNames,
                                java.lang.String type)
Create a new CalibreDrcError class, read the errors in, and then convert them to the ErrorLogger.

Parameters:
filename - the ASCII calibre drc results database file

getCell

public static Cell getCell(java.lang.String cellName,
                           java.util.HashMap<Cell,java.lang.String> mangledNames)