| Interface | Description |
|---|---|
| Constraint<T extends Constraint<T>> |
| Class | Description |
|---|---|
| ClockConstraint |
A constraint representing a clock
|
| ConstraintTools |
A collection of methods to access design constraints.
|
| PackagePinConstraint |
Annotates a package pin name with an IO standard
Created on: Jan 25, 2018
|
| PBlockConstraint | |
| UnsupportedConstraintElement |
Stringified representation of a (partial) constraint that our parser does not currently support.
|
| UnsupportedConstraintElement.CellConstraintElement |
Unsupported Constraint Element that references a cell name
|
| UnsupportedConstraintElement.NameConstraintElement |
Unsupported Constraint Element that contains any text or command name except cells
|
| UnsupportedConstraintElement.SyntaxConstraintElement |
Unsupported Constraint Element that contains Tcl syntax
|
| XDCConstraints | |
| XDCParser |
Parses an XDC file for a limited subset of constraint types.
|