lambdapdk 0.2.4__tar.gz → 0.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lambdapdk-0.2.4/lambdapdk.egg-info → lambdapdk-0.2.6}/PKG-INFO +3 -3
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/__init__.py +1 -1
- {lambdapdk-0.2.4 → lambdapdk-0.2.6/lambdapdk.egg-info}/PKG-INFO +3 -3
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk.egg-info/requires.txt +2 -2
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/pyproject.toml +2 -2
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/LICENSE +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/MANIFEST.in +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/README.md +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/asap7/__init__.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/asap7/libs/asap7sc7p5t.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/asap7/libs/fakeio7.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/asap7/libs/fakekit7.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/asap7/libs/fakeram7.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/freepdk45/__init__.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/freepdk45/libs/fakeram45.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/freepdk45/libs/nangate45.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/gf180/__init__.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/gf180/libs/gf180io.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/gf180/libs/gf180mcu.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/gf180/libs/gf180sram.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/ihp130/__init__.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/ihp130/libs/sg13g2_io.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/ihp130/libs/sg13g2_sram.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/ihp130/libs/sg13g2_stdcell.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/interposer/__init__.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/interposer/_generator.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/interposer/libs/bumps.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/sky130/__init__.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/sky130/libs/sky130io.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/sky130/libs/sky130sc.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk/sky130/libs/sky130sram.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk.egg-info/SOURCES.txt +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk.egg-info/dependency_links.txt +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk.egg-info/entry_points.txt +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/lambdapdk.egg-info/top_level.txt +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/setup.cfg +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/tests/test_getters.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/tests/test_lambda.py +0 -0
- {lambdapdk-0.2.4 → lambdapdk-0.2.6}/tests/test_paths.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lambdapdk
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Library of open source Process Design Kits
|
|
5
5
|
Author: Zero ASIC
|
|
6
6
|
License: Apache License
|
|
@@ -204,8 +204,8 @@ Provides-Extra: test
|
|
|
204
204
|
Requires-Dist: flake8==7.3.0; extra == "test"
|
|
205
205
|
Requires-Dist: pytest==8.4.2; extra == "test"
|
|
206
206
|
Requires-Dist: pytest-timeout==2.4.0; extra == "test"
|
|
207
|
-
Requires-Dist: tclint==0.6.
|
|
208
|
-
Requires-Dist: sc-leflib==0.
|
|
207
|
+
Requires-Dist: tclint==0.6.2; extra == "test"
|
|
208
|
+
Requires-Dist: sc-leflib==0.5.1; extra == "test"
|
|
209
209
|
Requires-Dist: Jinja2==3.1.6; extra == "test"
|
|
210
210
|
Dynamic: license-file
|
|
211
211
|
|
|
@@ -11,7 +11,7 @@ from siliconcompiler.tools.openroad import OpenROADStdCellLibrary
|
|
|
11
11
|
from siliconcompiler.tools.bambu import BambuStdCellLibrary
|
|
12
12
|
from siliconcompiler.tools.klayout import KLayoutLibrary
|
|
13
13
|
|
|
14
|
-
__version__ = "0.2.
|
|
14
|
+
__version__ = "0.2.6"
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class _LambdaPath(PathSchema):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lambdapdk
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Library of open source Process Design Kits
|
|
5
5
|
Author: Zero ASIC
|
|
6
6
|
License: Apache License
|
|
@@ -204,8 +204,8 @@ Provides-Extra: test
|
|
|
204
204
|
Requires-Dist: flake8==7.3.0; extra == "test"
|
|
205
205
|
Requires-Dist: pytest==8.4.2; extra == "test"
|
|
206
206
|
Requires-Dist: pytest-timeout==2.4.0; extra == "test"
|
|
207
|
-
Requires-Dist: tclint==0.6.
|
|
208
|
-
Requires-Dist: sc-leflib==0.
|
|
207
|
+
Requires-Dist: tclint==0.6.2; extra == "test"
|
|
208
|
+
Requires-Dist: sc-leflib==0.5.1; extra == "test"
|
|
209
209
|
Requires-Dist: Jinja2==3.1.6; extra == "test"
|
|
210
210
|
Dynamic: license-file
|
|
211
211
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|