public class XDCParser
extends Object
Constructor and Description |
---|
XDCParser() |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,PackagePinConstraint> |
parseXDC(String fileName,
Device dev)
Very rudimentary parsing to extract IO placements and IO standards.
|
static void |
writeXDC(List<String> constraints,
OutputStream out) |
public static HashMap<String,PackagePinConstraint> parseXDC(String fileName, Device dev)
fileName
- Name of the XDC file to parsedev
- The device associated with the design.public static void writeXDC(List<String> constraints, OutputStream out)