Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

11/8/23, 4:30 PM Article Detail

Recent Searches:
how to fix lvs and drcs i… icg timing fixes path group setup timing…
(/s/) Cases (/s/case-list) STARs (/s/star-list) Articles (/s/knowledge) Help (/s/help-info)

Dec 11, 2019 • Knowledge

Title
Getting All Routing Layers in IC Compiler II

Description
Question:

In the IC Compiler tool, I used the following command to get all the routing layers:

icc_shell> get_layers -filter "is_routing_layer == true && layer_type != via"

The IC Compiler II tool does not support the is_routing_layer attribute. How can I get all the routing layers in the IC Compiler II tool?

Answer:

In the IC Compiler II tool, the routing layers have a layer_type attribute that differentiates between the routing layer types. This attribute has the following values:

interconnect, which is used for metal routing layers, including RDL routing layers
via_cut, which is used for via layers
local_interconnect, which is used for poly layers
local_via_cut, which is used for poly via layers

To use the layer_type attribute to get all the routing layers in the IC Compiler II tool, use the following command:

icc2_shell> get_layers -filter "layer_type==interconnect"

Workaround

Product L1 Additional Product(s)


IC Compiler II (/s/detail/01t1U000003IXyeQAG)

Article Number Last Published Date


000019196 12/11/2019, 12:55 PM

Article Record Type URL Name


How To Getting-All-Routing-Layers-in-IC-Compiler-II-1576092583841

Was this article helpful? 1 0

https://solvnetplus.synopsys.com/s/article/Getting-All-Routing-Layers-in-IC-Compiler-II-1576092583841 1/2
11/8/23, 4:30 PM Article Detail

Related Files (0)

https://solvnetplus.synopsys.com/s/article/Getting-All-Routing-Layers-in-IC-Compiler-II-1576092583841 2/2

You might also like