It looks like you're new here. If you want to get involved, click one of these buttons!
Noticed unexpected behavior when copying cells containing PCells. In the worst case, some layout content (structures and layers) is missing after the copy operation.
The test file is a GDS containing a top cell and several sub-cells, including both standard cells and PCells. The maximum hierarchy depth is 3.
1) Using Cell Copy into a New Layout
=> PCell content is not copied.
2) Using Cell Copy within the Current Layout
=> Newly added standard cells receive a "$1" suffix.
=> Newly added PCells are not copied. They do not receive the "$1" suffix and remain referenced to the source cells.
3) Selecting All Shapes
=> PCell content is not copied.
Newer KLayout versions provide the option:
File -> Setup -> Application -> Selection -> "PCell content is selectable"
(disabled by default).
When this option is enabled, it becomes possible to select and copy PCell geometry as described in Test Case 3.
Has anyone observed the same behavior?
Is this a known bug?