Matthias Koefferlein
9f295523e4
explicit net joining - preparations
2021-03-27 21:56:53 +01:00
Matthias Koefferlein
e0eac2147b
Refining the display enhancements for terminals in netlist browser.
2021-03-27 00:44:48 +01:00
Matthias Koefferlein
3ce13f6769
Attempt to get a better picture of mismatching device pins at the presence of device pin swapping
2021-03-26 17:46:10 +01:00
Matthias Koefferlein
a0cab9832f
Fixed probe feature of LVS dialog for flat extraction.
2021-03-26 00:40:18 +01:00
Matthias Koefferlein
cb2d76def6
New test case for LVS
2021-03-26 00:02:01 +01:00
Matthias Koefferlein
8d5ef02c3d
Using unlimited complexity and depth for LVS compare
2021-03-25 23:50:45 +01:00
Matthias Koefferlein
4252085663
Fixed an internal error in netlist compare
...
Problem was that during ambiguity resolution a choice may
be invalidated by further choices. This is taken care by
locking nets against re-mapping.
2021-03-25 01:56:23 +01:00
Matthias Koefferlein
c48be51cb6
Made SPICE netlist elements case insensitive in LVS scripts
2021-03-24 22:11:15 +01:00
Matthias Koefferlein
3777d311af
typos fixed, doc update
2021-03-24 00:07:16 +01:00
Matthias Koefferlein
b8be13e2e6
Fixed a potential crash in the netlist browser
2021-03-23 22:55:30 +01:00
Matthias Koefferlein
fa1719acc3
Avoid a deadlock in the logger system
2021-03-23 22:45:45 +01:00
Matthias Koefferlein
536681f5e1
Small, but important bugfix: sometimes, the layout view got stuck in 'disable edits' mode which could only be left by closing the view.
2021-03-16 23:43:04 +01:00
Matthias Koefferlein
9fbc39a827
Fixed a segfault happening when closing a layout tab.
2021-03-16 23:35:24 +01:00
Matthias Köfferlein
1c58bb8e02
Merge pull request #749 from KLayout/verification-enhancements
...
Numerous verification enhancements
2021-03-16 20:44:51 +01:00
Matthias Koefferlein
cf6145d60c
Unit test robustness against OS and compiler variations
2021-03-15 19:07:06 +01:00
Matthias Koefferlein
3bd63e4b80
Qt4 compatibility
2021-03-15 18:23:34 +01:00
Matthias Koefferlein
d9686c1f77
Added one more LVS test
2021-03-15 17:18:30 +01:00
Matthias Koefferlein
1495d9521c
Tests updated.
2021-03-15 16:51:56 +01:00
Matthias Koefferlein
b8677f650b
Supply event processing from log events also if an abstract progress is used
2021-03-15 16:04:58 +01:00
Matthias Koefferlein
738e830c8d
Important bug fix for LVS
...
It's very important for LVS to use the same compare delegates
for layout and schematic. Otherwise the sorting of the devices
won't be identical and fake mismatches will occure.
This is achieved in a bit hacky way to imposing the layout
compare delegates to the schematic netlist.
2021-03-15 15:40:02 +01:00
Matthias Koefferlein
af4395e9a8
doc fixes.
2021-03-15 10:42:46 +01:00
Matthias Koefferlein
c8246d1e66
Adjusted RBA tests
2021-03-15 10:29:32 +01:00
Matthias Koefferlein
15e5af8171
Merge branch 'master' of https://github.com/KLayout/klayout
2021-03-15 10:24:09 +01:00
Kazunari Sekigawa
6f031a4baf
Added a new option to control "-without-qt-uitools"
2021-03-15 10:23:36 +01:00
Matthias Koefferlein
a8f3df7aa5
Refactoring of the interpreter scheme with the goal to provide a functional cleanup. This is required if someone stops inside the debugger. Without a proper cleanup the application becomes dysfunctional.
2021-03-15 10:17:25 +01:00
Matthias Koefferlein
f2b1661647
Merge branch 'drc-enhancements', remote-tracking branch 'origin' into lvs-debug
2021-03-14 23:52:03 +01:00
Matthias Koefferlein
fea594ff69
Unit tests modified because of interface change for netlist comparer
2021-03-14 23:51:20 +01:00
Matthias Koefferlein
3845658319
Typo fixed.
2021-03-14 20:44:01 +01:00
Matthias Koefferlein
98c2db34e9
Another bugfix to cover the case of non-sequential pin IDs
2021-03-14 19:51:15 +01:00
Matthias Koefferlein
19741c9fb2
Bufix: LVS browser crashed on 'unload' and 'unload all'
2021-03-14 19:30:55 +01:00
Matthias Koefferlein
7bd9e8dc1b
Bugfix: with BJT3 and BJT4 included, the extracted .lvsdb file could not be read back.
2021-03-14 18:40:16 +01:00
Matthias Koefferlein
4549da561b
Better information in LVS report - at least for skipped circuits for now.
2021-03-14 18:21:32 +01:00
Matthias Koefferlein
bb9ae20c32
Rework of the progress reporting scheme: LVS got a log now, the layout is horizontal for multiple progress objects, less flicker and more quiet display, cancel function should work more reliably now.
2021-03-14 16:25:56 +01:00
Matthias Köfferlein
34109c6096
Merge pull request #741 from KLayout/new-layout-with-layer
...
Implemented new layout dialog with intial layers
2021-03-14 12:28:11 +01:00
Matthias Köfferlein
184f2bee50
Smooth bug ( #740 )
...
* Smoothing function: provide ability to keep horizontal/vertical lines (important for cut lines)
* Introducting API compatibility macros for generic plugins.
2021-03-14 12:27:36 +01:00
Matthias Koefferlein
518145fd3e
Fixed a crash in the netlist browser (pending highlights while netlist has been changed)
2021-03-14 10:01:51 +01:00
Matthias Koefferlein
9e3183250f
Fixed some flaws in the layer list
...
- sometimes, layers which were supposed to be hidden were still shown
(e.g. after paste, "add other layer views" etc.)
- sometimes, layers were only partially hightlighted due to invalid
persistent model indexes.
2021-03-07 22:20:28 +01:00
Matthias Koefferlein
a7c263bc98
Fixed an uninitialized member.
2021-03-07 22:20:18 +01:00
Matthias Koefferlein
175fde2562
Enabled shortcuts for actions in macro editor widget
...
For example, Ctrl+S was captured by the editor rather than forwarded to the
action.
2021-03-07 22:19:23 +01:00
Matthias Koefferlein
beefaf40f5
Added test to discover that the issue is already fixed.
2021-03-04 23:21:50 +01:00
Matthias Koefferlein
3a9a7e81fb
Implemented new layout dialog with intial layers
...
Plus small enhancements: the first layer will be selected
initially, so you can starting drawing immediately.
2021-03-04 23:11:54 +01:00
Matthias Koefferlein
da273c8e4b
Merge branch 'issue-739'
2021-03-04 22:01:07 +01:00
Matthias Koefferlein
0ca3484e98
Fixed #739 (display bug)
2021-03-04 22:00:46 +01:00
Matthias Koefferlein
9cb7c2cc2a
Fixed a build issue without HAVE_QT_XML
2021-03-03 00:15:12 +01:00
Matthias Koefferlein
687059525c
Fine-grained Qt module selection for Qt binding and disabling of view_25d plugin without OpenGL
2021-03-02 23:28:35 +01:00
Matthias Koefferlein
44baeea362
Disable view25d plugin if OpenGL is not enabled.
2021-03-02 22:01:08 +01:00
Matthias Koefferlein
a904aabcce
Fixed DRC logging.
2021-03-01 22:35:04 +01:00
Matthias Koefferlein
e639c30570
split_* operations in DRC (interacting/non_interacting in one step), doc, tests.
2021-03-01 21:04:57 +01:00
Matthias Koefferlein
570c79e446
gsi binding, DRC binding of split_... region functions.
2021-03-01 00:47:00 +01:00
Matthias Koefferlein
98eebe25ad
gsi binding of split interaction functions.
2021-03-01 00:25:50 +01:00