- Apr 29, 2024
-
-
Thomas Kramer authored
-
- Apr 15, 2024
-
-
Thomas Kramer authored
-
Thomas Kramer authored
-
- Jan 28, 2024
-
-
Thomas Kramer authored
-
Thomas Kramer authored
-
Thomas Kramer authored
-
- Dec 15, 2023
-
-
Thomas Kramer authored
-
Thomas Kramer authored
-
- May 04, 2023
-
-
tok authored
Merge pull request 'Improved placement of power rail vias' (#21) from Sourcerer/lclayout:main into main Reviewed-on: https://codeberg.org/librecell/lclayout/pulls/21
-
- May 03, 2023
-
-
Philipp Gühring authored
-
- May 01, 2023
-
-
Philipp Gühring authored
-
- Apr 30, 2023
-
-
Philipp Gühring authored
-
Philipp Gühring authored
-
- Apr 01, 2023
-
-
Thomas Kramer authored
-
- Mar 31, 2023
-
-
Thomas Kramer authored
* instead introduce the `magscale` parameter for `MagicWriter` * use `magscale` parameter in the tech-file to set the correct scale
-
Thomas Kramer authored
-
- Feb 26, 2023
-
-
Thomas Kramer authored
-
- Feb 24, 2023
-
-
Philipp Gühring authored
-
- Feb 23, 2023
-
-
Philipp Gühring authored
This reverts commit f84b5b28.
-
Philipp Gühring authored
This reverts commit 60392378.
-
Philipp Gühring authored
-
Thomas Kramer authored
-
Thomas Kramer authored
-
- Feb 22, 2023
-
-
Philipp Gühring authored
-
Philipp Gühring authored
Dict
-
Philipp Gühring authored
This should be changed into an additional magscale parameter in the .tech file instead
-
Thomas Kramer authored
-
Thomas Kramer authored
-
Thomas Kramer authored
-
- Feb 20, 2023
-
-
Philipp Gühring authored
-
- Feb 16, 2023
-
-
Thomas Kramer authored
-
- Jan 11, 2023
-
-
Thomas Kramer authored
-
Thomas Kramer authored
Use `interacts` instead of `is_inside`. If the via shape is closer than `margin` to shapes on the `other_layer`, then the via location is invalid. `interacts` checks if a point is closer than `margin` to a set of polygons `region`. `is_inside` checks if a point is inside the `region` while having a distance to the polygon edges of at least `margin`.
-
Thomas Kramer authored
-
Thomas Kramer authored
-
- Jan 09, 2023
-
-
Thomas Kramer authored
-
Thomas Kramer authored
-
Thomas Kramer authored
-
Philipp Gühring authored
-
Philipp Gühring authored
Due to "interact" instead of "is_inside" vias had to spaced further away than the DRC rules specify
-