lambdapdk 0.1.34__tar.gz → 0.1.35__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.
Files changed (34) hide show
  1. {lambdapdk-0.1.34/lambdapdk.egg-info → lambdapdk-0.1.35}/PKG-INFO +2 -2
  2. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/__init__.py +1 -1
  3. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/ihp130/__init__.py +2 -2
  4. {lambdapdk-0.1.34 → lambdapdk-0.1.35/lambdapdk.egg-info}/PKG-INFO +2 -2
  5. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk.egg-info/requires.txt +1 -1
  6. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/pyproject.toml +1 -1
  7. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/LICENSE +0 -0
  8. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/MANIFEST.in +0 -0
  9. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/README.md +0 -0
  10. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/asap7/__init__.py +0 -0
  11. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/asap7/libs/asap7sc7p5t.py +0 -0
  12. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/asap7/libs/fakeio7.py +0 -0
  13. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/asap7/libs/fakeram7.py +0 -0
  14. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/freepdk45/__init__.py +0 -0
  15. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/freepdk45/libs/fakeram45.py +0 -0
  16. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/freepdk45/libs/nangate45.py +0 -0
  17. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/gf180/__init__.py +0 -0
  18. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/gf180/libs/gf180io.py +0 -0
  19. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/gf180/libs/gf180mcu.py +0 -0
  20. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/gf180/libs/gf180sram.py +0 -0
  21. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/ihp130/libs/sg13g2_sram.py +0 -0
  22. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/ihp130/libs/sg13g2_stdcell.py +0 -0
  23. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/sky130/__init__.py +0 -0
  24. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/sky130/libs/sky130io.py +0 -0
  25. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/sky130/libs/sky130sc.py +0 -0
  26. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk/sky130/libs/sky130sram.py +0 -0
  27. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk.egg-info/SOURCES.txt +0 -0
  28. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk.egg-info/dependency_links.txt +0 -0
  29. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/lambdapdk.egg-info/top_level.txt +0 -0
  30. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/setup.cfg +0 -0
  31. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/tests/test_getters.py +0 -0
  32. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/tests/test_lambda.py +0 -0
  33. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/tests/test_local_detect.py +0 -0
  34. {lambdapdk-0.1.34 → lambdapdk-0.1.35}/tests/test_paths.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lambdapdk
3
- Version: 0.1.34
3
+ Version: 0.1.35
4
4
  Summary: Library of open source Process Design Kits
5
5
  Author: Zero ASIC
6
6
  License: Apache License
@@ -203,7 +203,7 @@ Provides-Extra: test
203
203
  Requires-Dist: flake8==7.1.1; extra == "test"
204
204
  Requires-Dist: pytest==8.3.3; extra == "test"
205
205
  Requires-Dist: pytest-timeout==2.3.1; extra == "test"
206
- Requires-Dist: tclint==0.4.0; extra == "test"
206
+ Requires-Dist: tclint==0.4.1; extra == "test"
207
207
  Requires-Dist: lambdalib==0.2.10; extra == "test"
208
208
  Requires-Dist: sc-leflib==0.4.0; extra == "test"
209
209
 
@@ -1,7 +1,7 @@
1
1
  import siliconcompiler.package as sc_package
2
2
 
3
3
 
4
- __version__ = "0.1.34"
4
+ __version__ = "0.1.35"
5
5
 
6
6
 
7
7
  def register_data_source(chip):
@@ -24,14 +24,14 @@ def setup():
24
24
  IHP Open Source PDK project goal is to provide a fully open source Process Design Kit and
25
25
  related data, which can be used to create manufacturable designs at IHP's facility.
26
26
 
27
- SG13G2 is a high performance BiCMOS technology with a 0.13 μm CMOS process.
27
+ SG13G2 is a high performance BiCMOS technology with a 0.13 um CMOS process.
28
28
  It contains bipolar devices based on SiGe:C npn-HBT's with up to 350 GHz transition frequency
29
29
  (fT) and 450 GHz oscillation frequency (fmax).
30
30
  This process provides 2 gate oxides:
31
31
  A thin gate oxide for the 1.2 V digital logic and a thick oxide for a 3.3 V supply voltage.
32
32
  For both modules NMOS, PMOS and isolated NMOS transistors are offered.
33
33
  Further passive components like poly silicon resistors and MIM capacitors are available.
34
- The backend option offers 5 thin metal layers, two thick metal layers (2 and 3 μm thick) and
34
+ The backend option offers 5 thin metal layers, two thick metal layers (2 and 3 um thick) and
35
35
  a MIM layer.
36
36
 
37
37
  Sources:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lambdapdk
3
- Version: 0.1.34
3
+ Version: 0.1.35
4
4
  Summary: Library of open source Process Design Kits
5
5
  Author: Zero ASIC
6
6
  License: Apache License
@@ -203,7 +203,7 @@ Provides-Extra: test
203
203
  Requires-Dist: flake8==7.1.1; extra == "test"
204
204
  Requires-Dist: pytest==8.3.3; extra == "test"
205
205
  Requires-Dist: pytest-timeout==2.3.1; extra == "test"
206
- Requires-Dist: tclint==0.4.0; extra == "test"
206
+ Requires-Dist: tclint==0.4.1; extra == "test"
207
207
  Requires-Dist: lambdalib==0.2.10; extra == "test"
208
208
  Requires-Dist: sc-leflib==0.4.0; extra == "test"
209
209
 
@@ -4,6 +4,6 @@ siliconcompiler>=0.27.0
4
4
  flake8==7.1.1
5
5
  pytest==8.3.3
6
6
  pytest-timeout==2.3.1
7
- tclint==0.4.0
7
+ tclint==0.4.1
8
8
  lambdalib==0.2.10
9
9
  sc-leflib==0.4.0
@@ -30,7 +30,7 @@ test = [
30
30
  "flake8 == 7.1.1",
31
31
  "pytest == 8.3.3",
32
32
  "pytest-timeout == 2.3.1",
33
- "tclint == 0.4.0",
33
+ "tclint == 0.4.1",
34
34
  "lambdalib == 0.2.10",
35
35
  "sc-leflib == 0.4.0"
36
36
  ]
File without changes
File without changes
File without changes
File without changes