klayout/testdata
Matthias Koefferlein bccf68504f Implemented a solution for #1963 (locking cells)
A cell can be locked using
  cell.locked = true
and unlocked again using
  cell.locked = false
Also, cell.is_locked? can be used to test the locked state.

In locked state writing shapes and instances is forbidden
and doing so would raise an exception.

Also, cells cannot be deleted when locked. However, Layout#clear
and Layout#_destroy are always available.

Cells can still be renamed, even if locked.
2025-01-04 21:44:11 +01:00
..
algo RBA tests, reproducible order of edge events, all edges are reported - even those which do not have neighbors. 2024-10-31 23:43:27 +01:00
bd Updating test data 2024-10-19 16:52:17 +02:00
bool Fixed unit tests 2023-05-21 20:51:50 +02:00
buddies Updating copyright to 2025 2025-01-04 19:32:33 +01:00
cif Fixed issue-972 (#1003) 2022-02-12 18:08:52 +01:00
drc Updating test data 2024-09-18 23:50:49 +02:00
dxf Fixed issue #1592 (DXF reader issue) (#1595) 2024-02-11 10:37:47 +01:00
gds Added test. 2024-09-01 21:26:44 +02:00
gds2_txt Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
img Issue #535 (Image handling enhancements) (#551) 2020-05-02 13:45:20 +02:00
klayout_main Updating copyright to 2025 2025-01-04 19:32:33 +01:00
lay Support for grayscale formats in PNG reader for PixelBuffer, writing non-alpha RGB versions from non-transparent PixelBuffers 2022-05-09 22:13:35 +02:00
lefdef Fixed issue #1877 (rounding introduces DRC error in LEF/DEF via) 2024-10-12 21:44:49 +02:00
lvs Fixed test data for Linux 2024-06-02 23:09:40 +02:00
lym Trying to fix Python 3.6 builds + tests 2024-01-25 13:35:23 +01:00
magic Fixed issue #1925 (MAGIC import fails) 2024-11-17 21:42:29 +01:00
net_tracer More robustness in unit tests 2023-01-22 17:58:09 +01:00
oasis Fixed issue #1799 (Can't set cell properties by script) 2024-07-25 22:36:46 +02:00
other Initialized repository with current sources. 2017-02-12 13:21:08 +01:00
pymod Updating copyright to 2025 2025-01-04 19:32:33 +01:00
python Updating copyright to 2025 2025-01-04 19:32:33 +01:00
ruby Implemented a solution for #1963 (locking cells) 2025-01-04 21:44:11 +01:00
sessions Follow-up on #353 (sessions paths relative to session file) 2019-09-18 22:05:37 +02:00
tl Added tests, fixed implementation 2021-12-15 23:18:42 +01:00
vendor/ruby/test Fixed an internal error happening when a librrary isn't registered and destroyed by the GC 2020-08-30 11:35:30 +02:00