tech_info
tech_info
[ -file s_fileName ]
[ -tech_lib s_techName ]
[ -route_specs ]
[ -default_route_spec ]
[ -via_defs ]
[ -redundant_via_defs ]
Description
Outputs a summary of the technology information for the layers of a library or the active cellview to the Space-based Router and Chip Optimizer Transcript area.
Arguments
|
-default_route_spec
|
Outputs the technology information for the global net default route spec.
|
|
-route_specs
|
Outputs the technology information for all of the route specs.
|
|
-file s_fileName
|
Outputs the requested technology information to the specified file instead of the Transcript area.
|
|
-redundant_via_defs
|
Outputs redundant via masters.
|
|
-tech_lib s_techName
|
Specifies the name of the OpenAccess library to retrieve the technology information from. If this argument is not specified, the technology information for the active cellview is output.
|
|
-via_defs
|
Outputs via definitions.
|
Examples
The following command outputs the newTiny library information to the Transcript area.
tech_info -tech_lib "newTiny"
The following command outputs the library information for the active cellview to the Transcript area.
tech_info
Related Topics
Technology Commands
add_custom_via_def
recognize_vias
Return to top