mirror of https://github.com/KLayout/klayout.git
Updated 2019 02 17 (markdown)
parent
780a8fca67
commit
5c70f20462
|
|
@ -1,6 +1,8 @@
|
|||
# Hierarchical DRC functions
|
||||
|
||||
Many DRC features are now available as hierarchical operations. To enable hierarchical operations, use the "deep" statement:
|
||||
Many DRC features are now available as hierarchical operations in the DRC script framework.
|
||||
|
||||
To enable hierarchical operations, use the "deep" statement:
|
||||
|
||||
```
|
||||
report("deep 2")
|
||||
|
|
|
|||
Loading…
Reference in New Issue