mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
* Fixed issue-1135 (LVS mismatch on parallel devices) The fix consists of a more elaborate device identity analysis following the topological matching. In this step, the devices are identified according to their connections and parameters. It is important to properly identify devices taking their parameters into account as well as their connections. * Second part of issue fixed (inverter chain ambiguity) * Added test * Updated tests * Updated golden test results * Updated golden test data for Windows Co-authored-by: klayoutmatthias <[email protected]>