dump_oa_constraints
dump_oa_constraints
[-file s_fileName]
[-tech [true | false]]
[-design [true | false]]
[-net [true | false]]
[-route [true | false]]
[-term [true | false]]
[-all [true | false]]]
Description
Outputs Tcl commands for setting the constraints in the current database to the current values. You can cut and paste these into a script or interactively to add or update constraints. You can send output to the Transcript area (default) or to a file.
Arguments
|
-all [true | false]
|
Determines whether to include constraints for all supported objects. Defaults to true.
|
|
-design [true | false]
|
Determines whether to include constraints for oaDesign objects. Defaults to true.
|
|
-file s_fileName
|
Outputs the Tcl commands to the given file.
|
|
-net [true | false]
|
Determines whether to include constraints for oaNet objects. Defaults to true.
|
|
-route [true | false]
|
Determines whether to include constraints for oaRoute objects. Defaults to true.
|
|
-tech [true | false]
|
Determines whether to include constraints for oaTech objects. Defaults to true.
|
|
-term [true | false]
|
Determines whether to include constraints for oaTerm objects. Defaults to true.
|
Examples
Requests constraints for oaTech objects and outputs the information with related Tcl commands to a file.
dump_oa_constraints -file myoaTech.tcl -tech
Related Topics
dump_ctu_constraints
Return to top