public class LogNetlistReader
extends Object
Constructor and Description |
---|
LogNetlistReader() |
LogNetlistReader(Enumerator<String> otherAllStrings) |
LogNetlistReader(Enumerator<String> otherAllStrings,
Map<String,String> libraryRename) |
Modifier and Type | Method and Description |
---|---|
static EDIFNetlist |
getLogNetlist(LogicalNetlist.Netlist.Reader netlist) |
EDIFNetlist |
readLogNetlist(LogicalNetlist.Netlist.Reader netlist,
boolean skipTopStuff) |
static EDIFNetlist |
readLogNetlist(String fileName)
Reads Cap'n Proto serialized netlist into a RapidWright netlist in memory
|
public LogNetlistReader()
public LogNetlistReader(Enumerator<String> otherAllStrings)
public LogNetlistReader(Enumerator<String> otherAllStrings, Map<String,String> libraryRename)
public static EDIFNetlist readLogNetlist(String fileName) throws IOException
fileName
- Name of the serialized netlist fileIOException
public EDIFNetlist readLogNetlist(LogicalNetlist.Netlist.Reader netlist, boolean skipTopStuff)
public static EDIFNetlist getLogNetlist(LogicalNetlist.Netlist.Reader netlist)