mirror of https://github.com/KLayout/klayout.git
Provide bulk label for blackboxed cells
This commit is contained in:
parent
cef96902ad
commit
1e3d62ca3a
Binary file not shown.
|
|
@ -22,8 +22,10 @@ via1 = input(10, 0)
|
|||
metal2 = input(11, 0)
|
||||
|
||||
# Bulk layer for terminal provisioning
|
||||
# and to provide the BULK labels for
|
||||
# the abstracts
|
||||
|
||||
bulk = polygon_layer
|
||||
bulk = labels(13, 0)
|
||||
|
||||
# Computed layers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue