>>>
add_tap_cell_array -pattern normal | every_other_row | stagger_every_other_row
The tool adds tap cells to every row. The tap cells on even rows are offset with half the tap distance relative to the odd rows, producing a checkerboard-like pattern. This pattern also reduces the number of required tap cells by approximately half as compared to the normal pattern. The tap distance specified for this pattern should be approximately four times the design rule distance limit.<<<
请问这个design rule distance limit对应tf文件的哪个字段?
还有下面这段设置是什么意思?
>>> -no_tap_cell_under_layers layer_list
Avoids placing tap cells under the preroutes on the specified metal layers.
<<<