Commit Graph

7094 Commits

Author SHA1 Message Date
Matthias Köfferlein 6ae3737cd5
Merge pull request #2065 from KLayout/feature/issue-2041
Feature/issue 2041
2025-05-29 09:42:46 +02:00
Matthias Koefferlein ad444c5552 Don't error out on missing MACRO in LEF, but create a dummy macro with size 0,0 instead and issue a warning. This will place nicely with N, but not with other orientations. 2025-05-28 18:58:28 +02:00
Matthias Köfferlein d10683e3b7
Merge pull request #2058 from tvt173/support-arm-linux
support arm linux
2025-05-27 19:18:38 +02:00
Matthias Köfferlein dfd7d8ec1f
Merge pull request #2061 from KLayout/bugfix/issue-2060
Bugfix/issue 2060
2025-05-27 19:17:45 +02:00
Matthias Köfferlein 836c50d6a0
Merge pull request #2062 from KLayout/feature/issue-2055
Feature/issue 2055
2025-05-27 19:17:33 +02:00
Matthias Köfferlein 444770696b
Merge pull request #2064 from KLayout/feature/issue-2057
Implemented solution for #2057 (nanometer scalebar)
2025-05-26 23:13:23 +02:00
Matthias Koefferlein 3a75665bfe Dropping setuptools requirements as this rules out older Python versions 2025-05-25 21:50:45 +02:00
Matthias Koefferlein 6cccb81293 Implemented solution for #2057 (nanometer scalebar)
The scale bar switches to nm below 0.1µm. Correspondingly
it will switch to mm above 100µm.
2025-05-25 21:28:11 +02:00
Matthias Koefferlein 125e06bd49 Added doc, added a warning about no pins found at top level. 2025-05-25 17:53:11 +02:00
Matthias Koefferlein 094e11897a Added the new feature: 'flag_missing_ports' 2025-05-24 22:33:18 +02:00
Matthias Koefferlein aba912107b Refined solution, so it would allow a larger coordinate range. 2025-05-24 00:09:52 +02:00
Troy Tamas 0bf0b5210c removing temporary test workflow 2025-05-23 16:28:20 +09:00
Troy Tamas c816655fde fixing if statement. porting changes back to original file 2025-05-23 14:50:55 +09:00
Troy Tamas 2917fd5098 skipping before_build stage 2025-05-23 13:30:42 +09:00
Troy Tamas 50ccbff88b set arch to aarch64 2025-05-23 11:39:30 +09:00
Troy Tamas 30ef907f4c breaking out arm build job 2025-05-23 11:34:54 +09:00
Troy Tamas 30362cc6bf skipping ccache for arm again 2025-05-23 11:16:34 +09:00
Troy Tamas 793f29296e adding ccache job back 2025-05-23 11:01:55 +09:00
Troy Tamas ae5503e5db try to run on my own fork 2025-05-23 11:00:18 +09:00
Troy Tamas 5ee1ccd0e2 see if i can build without cache 2025-05-23 10:57:56 +09:00
Troy Tamas 8f96e14a45 trying the job in a new workflow i can run 2025-05-23 10:56:04 +09:00
Troy Tamas fc00191f54 adding arm config back to test matrix 2025-05-23 10:44:57 +09:00
Troy Tamas 3e69da8911 reverting build.yml 2025-05-23 10:41:25 +09:00
Matthias Koefferlein 6d28c78eeb Fixed issue #2060 - the precision of the check was too low. 2025-05-22 22:48:48 +02:00
Matthias Koefferlein 7b865451ee Merge branch 'master' of github.com:KLayout/klayout 2025-05-22 22:26:49 +02:00
Matthias Köfferlein 23b049627f
Merge pull request #2040 from KLayout/feature/maly
Feature/maly
2025-05-22 19:22:52 +02:00
Matthias Köfferlein ba640b6d04
Merge pull request #2039 from KLayout/feature/issue-2016
First attempt to implement a solution for issue #2016
2025-05-22 19:22:32 +02:00
Troy Tamas 6ee824cb3c adding arm linux to os matrix 2025-05-21 16:02:33 +09:00
Matthias Köfferlein 61a51e8722
Merge pull request #2053 from hzeller/feature-20250519-fix-hex2int
Fix logic error in hex2int.
2025-05-19 23:52:46 +02:00
Henner Zeller f9e2a9257f Fix logic error in hex2int.
This was probably never noticed as it was the last branch and would
behave benign on valid input.

Signed-off-by: Henner Zeller <hzeller@google.com>
2025-05-19 14:16:18 +02:00
Matthias Koefferlein a2ac8d45de Postpone decision about "invalid vias are errors." 2025-05-18 22:28:11 +02:00
Matthias Koefferlein e27e24ff4f Bugfixing multi-DEF reader with LEF cache, adding a testcase. Making unknown vias an error. 2025-05-18 22:00:39 +02:00
Matthias Koefferlein a07d742bee Fixed a problem with via uniquification - via definitions may be DEF local, so we need to clean them between different DEF reads. 2025-05-18 00:48:10 +02:00
Matthias Koefferlein 8221923ccb Added a large (private) testcase for the 'read LEF once' enhancement 2025-05-17 16:50:47 +02:00
Matthias Koefferlein 4206d7ee63 Tried a performance improvement experiment, don't dare to actually use it 2025-05-17 01:00:57 +02:00
Matthias Koefferlein baed5bd822 Small refactoring 2025-05-17 00:57:36 +02:00
Matthias Koefferlein 5c27fedfe5 Debugging and bug fixes. The 'big example' from issue 2014 now works 2025-05-17 00:44:15 +02:00
Matthias Koefferlein 1b98efd7a8 First bug fixes 2025-05-15 23:41:23 +02:00
Matthias Koefferlein 271800ab94 WIP: first implementation. Builds, but needs testing. 2025-05-15 23:27:03 +02:00
Matthias Köfferlein 23e8622d85
Merge pull request #2046 from clin1234/patch-1
Fix build errors in 3.14
2025-05-11 22:50:07 +02:00
Matthias Koefferlein 7bee9ebcec Fixing a linker issue on Windows. 2025-05-11 21:48:01 +02:00
Matthias Koefferlein a208c6d25d Merge branch 'master' of www.klayout.org:/home/matthias/git/klayout 2025-05-11 21:42:09 +02:00
Charlie Lin e279888f52
Use Py_IncRef in pyaCallables.cc 2025-05-11 09:07:55 -04:00
Matthias Koefferlein e232bf8127 Specify build system in pyproject.toml, using SPDX compliant license spec. 2025-05-10 19:59:19 +00:00
Matthias Köfferlein 56d91acc15
Merge pull request #2035 from KLayout/dependabot/github_actions/pypa/cibuildwheel-2.23.3
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3
2025-05-04 23:13:33 +02:00
Matthias Köfferlein 0f39cef21f
Merge pull request #2037 from Kazzz-S/0.30.1-mac1
To use Ruby 3.3.8 from MacPorts
2025-05-04 23:13:22 +02:00
Matthias Koefferlein 6d871166f7 Updating changelog for 0.30.2 2025-05-04 23:12:47 +02:00
Matthias Koefferlein 38df5aa392 Updating changelog for 0.30.1 2025-05-04 23:06:22 +02:00
Matthias Koefferlein 1932532416 Bug fixes, tests 2025-05-02 15:07:28 +02:00
Matthias Koefferlein b77b4d7d3c Bug fixes 2025-05-02 15:02:18 +02:00