lambdapdk 0.1.47__tar.gz → 0.1.49__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 (38) hide show
  1. {lambdapdk-0.1.47/lambdapdk.egg-info → lambdapdk-0.1.49}/PKG-INFO +7 -7
  2. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/README.md +2 -2
  3. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/__init__.py +1 -1
  4. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/asap7/libs/fakeram7.py +4 -1
  5. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/freepdk45/libs/fakeram45.py +4 -1
  6. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/gf180/libs/gf180sram.py +4 -1
  7. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/ihp130/__init__.py +1 -1
  8. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/ihp130/libs/sg13g2_sram.py +4 -1
  9. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/ihp130/libs/sg13g2_stdcell.py +0 -1
  10. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/sky130/libs/sky130sram.py +4 -1
  11. {lambdapdk-0.1.47 → lambdapdk-0.1.49/lambdapdk.egg-info}/PKG-INFO +7 -7
  12. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk.egg-info/requires.txt +4 -4
  13. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/pyproject.toml +4 -4
  14. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/LICENSE +0 -0
  15. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/MANIFEST.in +0 -0
  16. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/asap7/__init__.py +0 -0
  17. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/asap7/libs/asap7sc7p5t.py +0 -0
  18. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/asap7/libs/fakeio7.py +0 -0
  19. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/freepdk45/__init__.py +0 -0
  20. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/freepdk45/libs/nangate45.py +0 -0
  21. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/gf180/__init__.py +0 -0
  22. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/gf180/libs/gf180io.py +0 -0
  23. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/gf180/libs/gf180mcu.py +0 -0
  24. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/interposer/__init__.py +0 -0
  25. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/interposer/_generator.py +0 -0
  26. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/interposer/libs/bumps.py +0 -0
  27. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/sky130/__init__.py +0 -0
  28. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/sky130/libs/sky130io.py +0 -0
  29. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk/sky130/libs/sky130sc.py +0 -0
  30. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk.egg-info/SOURCES.txt +0 -0
  31. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk.egg-info/dependency_links.txt +0 -0
  32. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk.egg-info/entry_points.txt +0 -0
  33. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/lambdapdk.egg-info/top_level.txt +0 -0
  34. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/setup.cfg +0 -0
  35. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/tests/test_getters.py +0 -0
  36. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/tests/test_lambda.py +0 -0
  37. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/tests/test_local_detect.py +0 -0
  38. {lambdapdk-0.1.47 → lambdapdk-0.1.49}/tests/test_paths.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: lambdapdk
3
- Version: 0.1.47
3
+ Version: 0.1.49
4
4
  Summary: Library of open source Process Design Kits
5
5
  Author: Zero ASIC
6
6
  License: Apache License
@@ -200,13 +200,13 @@ Description-Content-Type: text/markdown
200
200
  License-File: LICENSE
201
201
  Requires-Dist: siliconcompiler>=0.27.0
202
202
  Provides-Extra: test
203
- Requires-Dist: flake8==7.1.1; extra == "test"
204
- Requires-Dist: pytest==8.3.4; extra == "test"
203
+ Requires-Dist: flake8==7.1.2; extra == "test"
204
+ Requires-Dist: pytest==8.3.5; extra == "test"
205
205
  Requires-Dist: pytest-timeout==2.3.1; extra == "test"
206
- Requires-Dist: tclint==0.5.0; extra == "test"
206
+ Requires-Dist: tclint==0.5.3; extra == "test"
207
207
  Requires-Dist: lambdalib==0.3.3; extra == "test"
208
208
  Requires-Dist: sc-leflib==0.4.0; extra == "test"
209
- Requires-Dist: Jinja2==3.1.5; extra == "test"
209
+ Requires-Dist: Jinja2==3.1.6; extra == "test"
210
210
 
211
211
  # Lambdapdk Introduction
212
212
 
@@ -219,9 +219,9 @@ Supported PDKs:
219
219
 
220
220
  * [ASAP7](lambdapdk/asap7/README.md)
221
221
  * [FreePDK45](lambdapdk/freepdk45/base/README.md)
222
- * [Skywater130](lambdapdk/sky130/base/README.md)
222
+ * [IHP 130](https://github.com/IHP-GmbH/IHP-Open-PDK)
223
+ * [Skywater130](lambdapdk/sky130/README.md)
223
224
  * [Global Foundries 180](lambdapdk/gf180/README.md)
224
- * [IHP 180](https://github.com/IHP-GmbH/IHP-Open-PDK)
225
225
  * [interposer](lambdapdk/interposer/README.md)
226
226
 
227
227
  # License
@@ -9,9 +9,9 @@ Supported PDKs:
9
9
 
10
10
  * [ASAP7](lambdapdk/asap7/README.md)
11
11
  * [FreePDK45](lambdapdk/freepdk45/base/README.md)
12
- * [Skywater130](lambdapdk/sky130/base/README.md)
12
+ * [IHP 130](https://github.com/IHP-GmbH/IHP-Open-PDK)
13
+ * [Skywater130](lambdapdk/sky130/README.md)
13
14
  * [Global Foundries 180](lambdapdk/gf180/README.md)
14
- * [IHP 180](https://github.com/IHP-GmbH/IHP-Open-PDK)
15
15
  * [interposer](lambdapdk/interposer/README.md)
16
16
 
17
17
  # License
@@ -2,7 +2,7 @@ import os.path
2
2
  import siliconcompiler.package as sc_package
3
3
 
4
4
 
5
- __version__ = "0.1.47"
5
+ __version__ = "0.1.49"
6
6
 
7
7
 
8
8
  def register_data_source(chip):
@@ -16,7 +16,10 @@ def setup():
16
16
  for corner in ('slow', 'fast', 'typical'):
17
17
  lib.add('output', corner, 'nldm', f'{path_base}/nldm/{mem_name}.lib')
18
18
 
19
- lib.set('option', 'file', 'openroad_pdngen', f'{path_base}/pdngen.tcl')
19
+ lib.set('option', 'file', 'openroad_pdngen',
20
+ f'{path_base}/apr/openroad/pdngen.tcl')
21
+ lib.set('option', 'file', 'openroad_global_connect',
22
+ f'{path_base}/apr/openroad/global_connect.tcl')
20
23
 
21
24
  lib.set('option', 'var', 'klayout_allow_missing_cell', mem_name)
22
25
 
@@ -15,7 +15,10 @@ def setup():
15
15
  lib.add('output', stackup, 'lef', f'{path_base}/lef/{mem_name}.lef')
16
16
  lib.add('output', corner, 'nldm', f'{path_base}/nldm/{mem_name}.lib')
17
17
 
18
- lib.set('option', 'file', 'openroad_pdngen', f'{path_base}/pdngen.tcl')
18
+ lib.set('option', 'file', 'openroad_pdngen',
19
+ f'{path_base}/apr/openroad/pdngen.tcl')
20
+ lib.set('option', 'file', 'openroad_global_connect',
21
+ f'{path_base}/apr/openroad/global_connect.tcl')
19
22
 
20
23
  lib.set('option', 'var', 'klayout_allow_missing_cell', mem_name)
21
24
 
@@ -38,7 +38,10 @@ def setup():
38
38
  lib.add('output', corner, 'spice',
39
39
  f'{path_base}/spice/{mem_name}.spice')
40
40
 
41
- lib.set('option', 'file', 'openroad_pdngen', f'{path_base}/pdngen.tcl')
41
+ lib.set('option', 'file', 'openroad_pdngen',
42
+ f'{path_base}/apr/openroad/pdngen.tcl')
43
+ lib.set('option', 'file', 'openroad_global_connect',
44
+ f'{path_base}/apr/openroad/global_connect.tcl')
42
45
 
43
46
  libs.append(lib)
44
47
 
@@ -4,7 +4,7 @@ import siliconcompiler
4
4
  from lambdapdk import register_data_source
5
5
 
6
6
 
7
- pdk_rev = '035037f6312851414e4bb5daa5a9d18975c768b3'
7
+ pdk_rev = '68eebafcd9b2f5e92c69d37a8d3d90eb266550f5'
8
8
 
9
9
 
10
10
  def register_ihp130_data_source(chip):
@@ -26,7 +26,10 @@ def setup():
26
26
  f'{path_base}/verilog/RM_IHPSG13_1P_core_behavioral_bm_bist.v')
27
27
 
28
28
  lib.set('option', 'file', 'openroad_pdngen',
29
- 'lambdapdk/ihp130/libs/sg13g2_sram/pdngen.tcl',
29
+ 'lambdapdk/ihp130/libs/sg13g2_sram/apr/openroad/pdngen.tcl',
30
+ package='lambdapdk')
31
+ lib.set('option', 'file', 'openroad_global_connect',
32
+ 'lambdapdk/ihp130/libs/sg13g2_sram/apr/openroad/global_connect.tcl',
30
33
  package='lambdapdk')
31
34
 
32
35
  libs.append(lib)
@@ -98,7 +98,6 @@ def setup():
98
98
  lib.set('option', 'var', 'openroad_pad_detail_place', '0')
99
99
  lib.set('option', 'var', 'openroad_macro_place_halo', ['40', '40'])
100
100
  lib.set('option', 'var', 'openroad_macro_place_channel', ['80', '80'])
101
- lib.set('option', 'var', 'openroad_dpl_use_decap_fillers', False)
102
101
 
103
102
  lib.set('option', 'file', 'openroad_tapcells', libdir + '/apr/openroad/tapcell.tcl',
104
103
  package='lambdapdk')
@@ -20,7 +20,10 @@ def setup():
20
20
  f'{path_base}/{mem_name}/nldm/{mem_name}_TT_1p8V_25C.lib')
21
21
  lib.add('output', corner, 'spice', f'{path_base}/{mem_name}/spice/{mem_name}.sp')
22
22
 
23
- lib.set('option', 'file', 'openroad_pdngen', f'{path_base}/pdngen.tcl')
23
+ lib.set('option', 'file', 'openroad_pdngen',
24
+ f'{path_base}/apr/openroad/pdngen.tcl')
25
+ lib.set('option', 'file', 'openroad_global_connect',
26
+ f'{path_base}/apr/openroad/global_connect.tcl')
24
27
 
25
28
  libs.append(lib)
26
29
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: lambdapdk
3
- Version: 0.1.47
3
+ Version: 0.1.49
4
4
  Summary: Library of open source Process Design Kits
5
5
  Author: Zero ASIC
6
6
  License: Apache License
@@ -200,13 +200,13 @@ Description-Content-Type: text/markdown
200
200
  License-File: LICENSE
201
201
  Requires-Dist: siliconcompiler>=0.27.0
202
202
  Provides-Extra: test
203
- Requires-Dist: flake8==7.1.1; extra == "test"
204
- Requires-Dist: pytest==8.3.4; extra == "test"
203
+ Requires-Dist: flake8==7.1.2; extra == "test"
204
+ Requires-Dist: pytest==8.3.5; extra == "test"
205
205
  Requires-Dist: pytest-timeout==2.3.1; extra == "test"
206
- Requires-Dist: tclint==0.5.0; extra == "test"
206
+ Requires-Dist: tclint==0.5.3; extra == "test"
207
207
  Requires-Dist: lambdalib==0.3.3; extra == "test"
208
208
  Requires-Dist: sc-leflib==0.4.0; extra == "test"
209
- Requires-Dist: Jinja2==3.1.5; extra == "test"
209
+ Requires-Dist: Jinja2==3.1.6; extra == "test"
210
210
 
211
211
  # Lambdapdk Introduction
212
212
 
@@ -219,9 +219,9 @@ Supported PDKs:
219
219
 
220
220
  * [ASAP7](lambdapdk/asap7/README.md)
221
221
  * [FreePDK45](lambdapdk/freepdk45/base/README.md)
222
- * [Skywater130](lambdapdk/sky130/base/README.md)
222
+ * [IHP 130](https://github.com/IHP-GmbH/IHP-Open-PDK)
223
+ * [Skywater130](lambdapdk/sky130/README.md)
223
224
  * [Global Foundries 180](lambdapdk/gf180/README.md)
224
- * [IHP 180](https://github.com/IHP-GmbH/IHP-Open-PDK)
225
225
  * [interposer](lambdapdk/interposer/README.md)
226
226
 
227
227
  # License
@@ -1,10 +1,10 @@
1
1
  siliconcompiler>=0.27.0
2
2
 
3
3
  [test]
4
- flake8==7.1.1
5
- pytest==8.3.4
4
+ flake8==7.1.2
5
+ pytest==8.3.5
6
6
  pytest-timeout==2.3.1
7
- tclint==0.5.0
7
+ tclint==0.5.3
8
8
  lambdalib==0.3.3
9
9
  sc-leflib==0.4.0
10
- Jinja2==3.1.5
10
+ Jinja2==3.1.6
@@ -32,13 +32,13 @@ timeout = "180"
32
32
  [project.optional-dependencies]
33
33
  # Test dependencies.
34
34
  test = [
35
- "flake8 == 7.1.1",
36
- "pytest == 8.3.4",
35
+ "flake8 == 7.1.2",
36
+ "pytest == 8.3.5",
37
37
  "pytest-timeout == 2.3.1",
38
- "tclint == 0.5.0",
38
+ "tclint == 0.5.3",
39
39
  "lambdalib == 0.3.3",
40
40
  "sc-leflib == 0.4.0",
41
- "Jinja2 == 3.1.5"
41
+ "Jinja2 == 3.1.6"
42
42
  ]
43
43
 
44
44
  [tool.tclint]
File without changes
File without changes
File without changes