matchTolerance
Specifies the absolute tolerance, in user units, when matching net lengths. This constraint only applies to net groups of type net_match.
matchTolerance Quick Reference
|
Constraint Type
|
Simple
|
|
Value Types
|
Value
|
|
Database Types
|
Design, Technology
|
|
Scope
|
design, foundry
|
|
Category
|
Mixed Signal Routing
|
Value Type
|
Value
|
Specifies the tolerance, in user units, for matching shorter nets in the net group to the length of the longest net.
Errors are reported on nets that are shorter than the longest net minus the matchTolerance value. If both matchTolerance and msTolerance are specified, matchTolerance is used. However, for interoperability, you should only use msTolerance, which is a percentage value.
The default tolerance is two times the pitch or four times the gap space.
|
Examples
Sets the match tolerance to 0.6.
set_constraint -constraint matchTolerance -Value 0.6
Related Topics
Mixed-Signal Routing Constraints
matchTolerance
Return to top