lambdapdk 0.1.25rc0__tar.gz → 0.1.27__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 (31) hide show
  1. {lambdapdk-0.1.25rc0/lambdapdk.egg-info → lambdapdk-0.1.27}/PKG-INFO +6 -5
  2. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/__init__.py +1 -1
  3. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/gf180/libs/gf180io.py +4 -0
  4. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/sky130/libs/sky130io.py +2 -1
  5. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27/lambdapdk.egg-info}/PKG-INFO +6 -5
  6. lambdapdk-0.1.27/lambdapdk.egg-info/requires.txt +9 -0
  7. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/pyproject.toml +5 -4
  8. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/tests/test_paths.py +17 -2
  9. lambdapdk-0.1.25rc0/lambdapdk.egg-info/requires.txt +0 -8
  10. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/LICENSE +0 -0
  11. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/MANIFEST.in +0 -0
  12. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/README.md +0 -0
  13. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/asap7/__init__.py +0 -0
  14. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/asap7/libs/asap7sc7p5t.py +0 -0
  15. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/asap7/libs/fakeram7.py +0 -0
  16. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/freepdk45/__init__.py +0 -0
  17. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/freepdk45/libs/fakeram45.py +0 -0
  18. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/freepdk45/libs/nangate45.py +0 -0
  19. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/gf180/__init__.py +0 -0
  20. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/gf180/libs/gf180mcu.py +0 -0
  21. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/gf180/libs/gf180sram.py +0 -0
  22. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/sky130/__init__.py +0 -0
  23. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/sky130/libs/sky130sc.py +0 -0
  24. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk/sky130/libs/sky130sram.py +0 -0
  25. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk.egg-info/SOURCES.txt +0 -0
  26. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk.egg-info/dependency_links.txt +0 -0
  27. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/lambdapdk.egg-info/top_level.txt +0 -0
  28. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/setup.cfg +0 -0
  29. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/tests/test_getters.py +0 -0
  30. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/tests/test_lambda.py +0 -0
  31. {lambdapdk-0.1.25rc0 → lambdapdk-0.1.27}/tests/test_local_detect.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lambdapdk
3
- Version: 0.1.25rc0
3
+ Version: 0.1.27
4
4
  Summary: Library of open source Process Design Kits
5
5
  Author: Zero ASIC
6
6
  License: Apache License
@@ -198,13 +198,14 @@ Project-URL: Homepage, https://github.com/siliconcompiler/lambdapdk
198
198
  Requires-Python: >=3.8
199
199
  Description-Content-Type: text/markdown
200
200
  License-File: LICENSE
201
- Requires-Dist: siliconcompiler>=0.21.8
201
+ Requires-Dist: siliconcompiler>=0.24.0
202
202
  Provides-Extra: dev
203
203
  Requires-Dist: flake8==7.1.0; extra == "dev"
204
- Requires-Dist: pytest==8.2.2; extra == "dev"
204
+ Requires-Dist: pytest==8.3.2; extra == "dev"
205
205
  Requires-Dist: pytest-timeout==2.3.1; extra == "dev"
206
- Requires-Dist: tclint==0.3.1; extra == "dev"
207
- Requires-Dist: lambdalib==0.2.6; extra == "dev"
206
+ Requires-Dist: tclint==0.3.2; extra == "dev"
207
+ Requires-Dist: lambdalib==0.2.7; extra == "dev"
208
+ Requires-Dist: sc-leflib==0.3.0; extra == "dev"
208
209
 
209
210
  # Lambdapdk Introduction
210
211
 
@@ -1,7 +1,7 @@
1
1
  import siliconcompiler.package as sc_package
2
2
 
3
3
 
4
- __version__ = "0.1.25rc0"
4
+ __version__ = "0.1.27"
5
5
 
6
6
 
7
7
  def register_data_source(chip):
@@ -52,6 +52,10 @@ def setup(chip):
52
52
  'gf180mcu_fd_io__fill5',
53
53
  'gf180mcu_fd_io__fill10',
54
54
  'gf180mcu_fd_io__fillnc'])
55
+
56
+ lib.set('output', 'blackbox', 'verilog',
57
+ os.path.join(libdir, 'blackbox', f'{stackup_start}.v'))
58
+
55
59
  libs.append(lib)
56
60
 
57
61
  lambda_lib = siliconcompiler.Library(chip, 'lambdalib_gf180mcu_fd_io', package='lambdapdk')
@@ -35,7 +35,8 @@ def setup(chip):
35
35
  'sky130_ef_io__com_bus_slice_10um',
36
36
  'sky130_ef_io__com_bus_slice_20um'])
37
37
 
38
- lib.set('output', 'blackbox', 'verilog', os.path.join(libdir, 'bb', 'sky130_io.blackbox.v'))
38
+ lib.set('output', 'blackbox', 'verilog', os.path.join(libdir, 'blackbox', 'sky130_ef_io.v'))
39
+ lib.add('output', 'blackbox', 'verilog', os.path.join(libdir, 'blackbox', 'sky130_fd_io.v'))
39
40
 
40
41
  lambda_lib = siliconcompiler.Library(chip, f'lambdalib_{libname}', package='lambdapdk')
41
42
  register_data_source(lambda_lib)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lambdapdk
3
- Version: 0.1.25rc0
3
+ Version: 0.1.27
4
4
  Summary: Library of open source Process Design Kits
5
5
  Author: Zero ASIC
6
6
  License: Apache License
@@ -198,13 +198,14 @@ Project-URL: Homepage, https://github.com/siliconcompiler/lambdapdk
198
198
  Requires-Python: >=3.8
199
199
  Description-Content-Type: text/markdown
200
200
  License-File: LICENSE
201
- Requires-Dist: siliconcompiler>=0.21.8
201
+ Requires-Dist: siliconcompiler>=0.24.0
202
202
  Provides-Extra: dev
203
203
  Requires-Dist: flake8==7.1.0; extra == "dev"
204
- Requires-Dist: pytest==8.2.2; extra == "dev"
204
+ Requires-Dist: pytest==8.3.2; extra == "dev"
205
205
  Requires-Dist: pytest-timeout==2.3.1; extra == "dev"
206
- Requires-Dist: tclint==0.3.1; extra == "dev"
207
- Requires-Dist: lambdalib==0.2.6; extra == "dev"
206
+ Requires-Dist: tclint==0.3.2; extra == "dev"
207
+ Requires-Dist: lambdalib==0.2.7; extra == "dev"
208
+ Requires-Dist: sc-leflib==0.3.0; extra == "dev"
208
209
 
209
210
  # Lambdapdk Introduction
210
211
 
@@ -0,0 +1,9 @@
1
+ siliconcompiler>=0.24.0
2
+
3
+ [dev]
4
+ flake8==7.1.0
5
+ pytest==8.3.2
6
+ pytest-timeout==2.3.1
7
+ tclint==0.3.2
8
+ lambdalib==0.2.7
9
+ sc-leflib==0.3.0
@@ -13,7 +13,7 @@ urls = {Homepage = "https://github.com/siliconcompiler/lambdapdk"}
13
13
  requires-python = ">= 3.8"
14
14
  license = {file = "LICENSE"}
15
15
  dependencies = [
16
- "siliconcompiler >= 0.21.8"
16
+ "siliconcompiler >= 0.24.0"
17
17
  ]
18
18
  dynamic = ['version']
19
19
 
@@ -28,10 +28,11 @@ timeout = "60"
28
28
  # Dev dependencies.
29
29
  dev = [
30
30
  "flake8 == 7.1.0",
31
- "pytest == 8.2.2",
31
+ "pytest == 8.3.2",
32
32
  "pytest-timeout == 2.3.1",
33
- "tclint == 0.3.1",
34
- "lambdalib == 0.2.6"
33
+ "tclint == 0.3.2",
34
+ "lambdalib == 0.2.7",
35
+ "sc-leflib == 0.3.0"
35
36
  ]
36
37
 
37
38
  [tool.tclint]
@@ -29,9 +29,24 @@ def test_lib_paths(lib):
29
29
 
30
30
 
31
31
  def test_symbolic_links():
32
+ def check(path):
33
+ if os.path.basename(path).startswith('.'):
34
+ return
35
+
36
+ assert not os.path.islink(path)
37
+
38
+ skip = []
39
+
32
40
  lambda_root = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
33
41
  for root, dirs, files in os.walk(lambda_root):
42
+ if os.path.basename(root).startswith('.'):
43
+ skip.append(root)
44
+ continue
45
+
46
+ if any([root.startswith(d) for d in skip]):
47
+ continue
48
+
34
49
  for d in dirs:
35
- assert not os.path.islink(os.path.join(root, d))
50
+ check(os.path.join(root, d))
36
51
  for f in files:
37
- assert not os.path.islink(os.path.join(root, f))
52
+ check(os.path.join(root, f))
@@ -1,8 +0,0 @@
1
- siliconcompiler>=0.21.8
2
-
3
- [dev]
4
- flake8==7.1.0
5
- pytest==8.2.2
6
- pytest-timeout==2.3.1
7
- tclint==0.3.1
8
- lambdalib==0.2.6
File without changes
File without changes
File without changes
File without changes