|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.ROMGenerator
public class ROMGenerator
Class to build ROMs from personality tables.
Constructor Summary | |
---|---|
ROMGenerator()
|
Method Summary | |
---|---|
static void |
generateROM()
Main entry point for ROM generation. |
static void |
generateROM(Library destLib,
java.lang.String romFile)
Method to generate a ROM from a given ROM file. |
static Cell |
makeAROM(Library destLib,
java.lang.String romfile,
java.lang.String romcell)
Main method to build a ROM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROMGenerator()
Method Detail |
---|
public static void generateROM()
public static void generateROM(Library destLib, java.lang.String romFile)
destLib
- destination library.romFile
- the file to use.public static Cell makeAROM(Library destLib, java.lang.String romfile, java.lang.String romcell)
destLib
- destination library.romfile
- the disk file with the ROM personality.romcell
- the root name of all ROM cells.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |