Matthias Köfferlein
4a06bc1bb5
Another change related to issue-1011 (aligning flat and deep mode text representation for LVS) ( #1037 )
2022-03-16 23:33:08 +01:00
Matthias Köfferlein
0eeeb8b6a3
Bd enhancements ( #1034 )
...
* Added ability to join files for strmxor
* Joined input files also for strm2txt strmclip and strmcmp. Output options for strmxor.
2022-03-16 23:32:24 +01:00
Matthias Köfferlein
e1443cb961
Fixed main issue (warning about unexpected strict mode) ( #1033 )
...
The default mode was "expect non-strict" which is nonsense. It should
be "don't care".
2022-03-16 23:32:05 +01:00
Matthias Köfferlein
51cf918f56
Issue 1029 - Crash on QTreeViewItem#setBackgroundColor ( #1032 )
...
* Fixed issue #1029
The problem happened because in the described case the
tl::Variant used as a intermediate container holds the
Python QBrush object and when it gets deleted, the
QBrush object is deleted too.
* Added tests
2022-03-16 23:27:25 +01:00
Matthias Koefferlein
6d0aa9c435
Maybe fixed build issue on MacOS
2022-03-16 21:11:25 +01:00
Matthias Koefferlein
9f0052e55b
Fixed LVS testdata (merge issue)
2022-03-15 23:41:19 +01:00
Matthias Köfferlein
7d78194cf0
Issue 1021 ( #1026 ) - LVS match issue on SRAM sample
...
* First step for solution:
Problem was: the ambiguity resolver was making decisions which later resulted in
a name conflict. Later on, another branch of the backtracking algorithm came
across the same situation but decided based on names, creating an conflict.
First part of the solution is to establish the backtracking information
during ambiguity resolution and using that rather than an alternative branch
later on. This avoids this conflict, but does not favor names as mandated
by the "use_names" flag. This will be the second step of the solution.
* Bugfixed solution (partially)
* Introducing third pass in netlist compare
The second pass is "ambiguity resolution by name" and
is skipped if "consider_net_names" is false. The third
pass then is ignoring the names.
* Bugfix
* Comment fixed, test updates
* Added tests
* Added test data variant for CentOS 8
2022-03-15 21:14:32 +01:00
Matthias Köfferlein
e9c5782c51
Issue 1011 ( #1027 ) - DRC violation on texts in deep mode
...
* Fixed issue-1011 by using single-point polygons for texts in deep mode. Tests need fixing.
* Updated tests (text become a single point)
* Added test for issue-1011
2022-03-15 21:13:57 +01:00
Matthias Koefferlein
6593997751
Trying to fix Windows builds
2022-03-14 17:49:46 +01:00
Matthias Köfferlein
b09f79b681
Issue 1017 ( #1023 )
...
* Write polygons as single POLYLINE or LWPOLYLINE to DXF
* DXF writer creates simple polygons from ones with holes in POLYLINE and LWPOLYLINE mode, added tests
2022-03-10 19:15:35 +01:00
Matthias Köfferlein
9fc7f9cfb6
Merge pull request #1019 from KLayout/25d-with-booleans
...
25d with booleans
2022-03-10 19:15:16 +01:00
Matthias Koefferlein
0e1e4781a8
Fixed scale & snap bug in non-editable mode
2022-03-09 23:00:39 +01:00
Matthias Koefferlein
3b2db3b379
Fixed build without Qt bindings
2022-03-09 23:00:24 +01:00
Matthias Köfferlein
1c1cd1a2b0
Merge pull request #1020 from KLayout/wip
...
Wip
2022-03-09 22:23:09 +01:00
Matthias Koefferlein
c5da93756a
Fixed build with Qt bindings (maybe)
2022-03-08 16:31:53 +01:00
Matthias Koefferlein
b9a9422905
LEF/DEF paths for buddies are relative to cwd
2022-03-07 22:18:15 +01:00
Matthias Koefferlein
8b0dd38e97
Fixed use of HTML in netlist browser
2022-03-07 22:07:51 +01:00
Matthias Koefferlein
156b9137ab
Build patch to allow building without qxmlpattern with -without-qt-xml
2022-03-07 21:53:55 +01:00
Matthias Koefferlein
a0cbc2355a
Some cleanup
2022-03-07 21:49:48 +01:00
Matthias Koefferlein
553d973b69
Edge and edge pair support
2022-03-07 21:21:43 +01:00
Matthias Koefferlein
c9727c2e60
Polishing
2022-03-06 23:10:34 +01:00
Matthias Koefferlein
72233dc678
Documentation
2022-03-06 23:05:45 +01:00
Matthias Koefferlein
1da12970ab
Material list, visibility
2022-03-06 21:11:32 +01:00
Matthias Koefferlein
dda18e6f53
WIP: Introducing names
2022-03-06 19:01:16 +01:00
Matthias Koefferlein
33cd9fe687
WIP: bug fixes
2022-03-06 18:48:23 +01:00
Matthias Koefferlein
f681d96558
WIP: Streamlined d25 script notation
2022-03-06 10:35:58 +01:00
Matthias Koefferlein
4acd0aabc5
Removed D25 tech component
2022-03-06 10:07:23 +01:00
Matthias Koefferlein
8c0498cc4c
WIP: Some bug fixes, ongoing implementation
2022-03-05 23:52:41 +01:00
Matthias Koefferlein
05c16c9024
WIP: 'open window' menu item
2022-03-05 19:56:14 +01:00
Matthias Koefferlein
64406522fe
WIP: basic debugging, functionality.
2022-03-05 19:42:57 +01:00
Matthias Koefferlein
cd07a21ae3
Merge branch '25d-with-booleans'
2022-03-05 14:59:17 +01:00
Matthias Köfferlein
a4b663199d
Fixed issue-1012 with some enhancements ( #1016 )
...
- warning if a layer is not mapped
- "," allowed as separator between files on buddy tools (in addition to '+')
- relative paths are resolved relative to . in buddy tools (more natural on Linux)
- Fixed tl::warn and tl::error so warnings/error messages can be continued with tl::noendl.
2022-03-05 14:57:09 +01:00
Matthias Köfferlein
ed7f77a86d
Split gates ( #1018 )
...
* First implementation, first basic tests.
* WIP: more tests, bug fixes
* split_gates feature, added test case
* Documentation
2022-03-05 14:56:52 +01:00
Matthias Köfferlein
da5e287d9a
Merge pull request #1014 from KLayout/issue-1013
...
Issue 1013
2022-03-01 17:17:59 +01:00
Matthias Köfferlein
33ebcb43f3
Issue 1008 ( #1010 )
...
* PyPI deployment: corrected branch filter
* skip redundant points in partial edit, but not colinear ones
* Polygon transformation now preserves raw points
2022-03-01 17:17:30 +01:00
Matthias Koefferlein
447b024277
Fixed issue #1013
2022-03-01 00:41:26 +01:00
Matthias Koefferlein
42fbe7b30a
Avoid clipped texts in netlist/LVS result browser, text as tool tips
2022-02-28 21:19:03 +01:00
Matthias Koefferlein
42bd12b2db
Bugfix: could not erase suffix in LEF/DEF reader options, could not reset datatype to 'none' (=don't produce)
2022-02-28 20:30:08 +01:00
Matthias Koefferlein
5d4fba7c51
Ctrl+F always enters find edit box in macro editor, not only if something is selected.
2022-02-28 19:49:58 +01:00
Matthias Koefferlein
c030c844bb
Doc update
2022-02-27 21:33:26 +01:00
Matthias Koefferlein
d0d3d2a8be
New integration, WIP
2022-02-24 00:45:02 +01:00
Matthias Koefferlein
fdb7d90550
Introducing auto-run priorities for macros
2022-02-24 00:34:30 +01:00
Matthias Koefferlein
30f774f055
WIP: dynamic definition of macro categories (currently: drc, lvs)
2022-02-19 17:57:41 +01:00
Matthias Koefferlein
ff3bc38aea
Merge branch 'master' into wip
2022-02-19 00:14:57 +01:00
Matthias Koefferlein
1f02c2b9e9
Merge branch 'master' of github.com:KLayout/klayout
2022-02-19 00:14:44 +01:00
Matthias Köfferlein
cee33a0099
Merge pull request #992 from KLayout/api-enhancements
...
Api enhancements
2022-02-18 23:28:28 +01:00
Matthias Koefferlein
c5da9c717d
scale_and_snap: separate handling of shapes with properties and without
2022-02-18 18:49:00 +01:00
Matthias Koefferlein
a133a8f43b
Reverted some changes, removed idle code
2022-02-18 18:43:02 +01:00
Matthias Koefferlein
834dfa6614
Bug fixes, enhancements, tests for snap and scale improvements.
2022-02-18 14:22:16 +01:00
Matthias Koefferlein
e9d86822df
Scale and snap improvements
...
* edge and edge pair support
* property support
* no expanding of on-grid arrays
* more inline processing, better performance
2022-02-18 00:03:14 +01:00