pyEDAA.ProjectModel 0.5.0__tar.gz → 0.6.0__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.
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/PKG-INFO +60 -38
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/README.md +2 -2
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Altera/Quartus.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Altera/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Attributes.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/GHDL.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Intel/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/OSVVM.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Verilog.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Xilinx/ISE.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Xilinx/Vivado.py +19 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Xilinx/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/__init__.py +13 -9
- pyedaa_projectmodel-0.6.0/pyEDAA/ProjectModel/py.typed +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/PKG-INFO +60 -38
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +1 -0
- pyedaa_projectmodel-0.6.0/pyEDAA.ProjectModel.egg-info/requires.txt +58 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyproject.toml +27 -6
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/setup.py +20 -14
- pyedaa_projectmodel-0.5.0/pyEDAA.ProjectModel.egg-info/requires.txt +0 -48
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/LICENSE.md +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/VHDL.py +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: An abstract model of EDA tool projects.
|
|
5
5
|
Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
|
|
6
6
|
Author: Patrick Lehmann
|
|
@@ -16,63 +16,85 @@ Classifier: Topic :: Utilities
|
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
24
23
|
Classifier: Development Status :: 4 - Beta
|
|
25
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.11
|
|
26
25
|
Description-Content-Type: text/markdown
|
|
27
26
|
License-File: LICENSE.md
|
|
27
|
+
Requires-Dist: pyVHDLModel~=0.31
|
|
28
28
|
Requires-Dist: pySVModel~=0.5
|
|
29
29
|
Requires-Dist: pySystemRDLModel~=0.3
|
|
30
|
-
Requires-Dist: pyTooling~=7
|
|
31
|
-
Requires-Dist: pyVHDLModel~=0.29.1
|
|
30
|
+
Requires-Dist: pyTooling~=8.7
|
|
32
31
|
Provides-Extra: doc
|
|
32
|
+
Requires-Dist: pySVModel~=0.5; extra == "doc"
|
|
33
33
|
Requires-Dist: pySystemRDLModel~=0.3; extra == "doc"
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_design~=0.6; extra == "doc"
|
|
36
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx-copybutton>=0.5; extra == "doc"
|
|
36
38
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
37
39
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist: sphinx_autodoc_typehints~=
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
43
|
+
Requires-Dist: pyTooling~=8.7; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
45
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
44
46
|
Provides-Extra: test
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist: typing_extensions~=4.12; extra == "test"
|
|
47
|
-
Requires-Dist: pytest~=8.3; extra == "test"
|
|
48
|
-
Requires-Dist: Coverage~=7.6; extra == "test"
|
|
49
|
-
Requires-Dist: lxml~=5.3; extra == "test"
|
|
50
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "test"
|
|
51
|
-
Requires-Dist: mypy~=1.13; extra == "test"
|
|
47
|
+
Requires-Dist: mypy[reports]~=1.18; extra == "test"
|
|
52
48
|
Requires-Dist: pySVModel~=0.5; extra == "test"
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
49
|
+
Requires-Dist: pySystemRDLModel~=0.3; extra == "test"
|
|
50
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
51
|
+
Requires-Dist: Coverage~=7.11; extra == "test"
|
|
52
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "test"
|
|
53
|
+
Requires-Dist: pyTooling~=8.7; extra == "test"
|
|
54
|
+
Requires-Dist: pytest~=8.4; extra == "test"
|
|
55
|
+
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
56
|
+
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
57
|
+
Provides-Extra: osvvm
|
|
58
|
+
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
|
|
55
59
|
Provides-Extra: all
|
|
56
60
|
Requires-Dist: pySystemRDLModel~=0.3; extra == "all"
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
59
|
-
Requires-Dist: typing_extensions~=4.12; extra == "all"
|
|
60
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
61
|
-
Requires-Dist: pytest~=8.3; extra == "all"
|
|
62
|
-
Requires-Dist: Coverage~=7.6; extra == "all"
|
|
63
|
-
Requires-Dist: lxml~=5.3; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx_design~=0.6; extra == "all"
|
|
62
|
+
Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
|
|
64
63
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist: sphinx_autodoc_typehints~=
|
|
67
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
65
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
|
|
66
|
+
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
67
|
+
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
68
|
+
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
69
|
+
Requires-Dist: pyTooling~=8.7; extra == "all"
|
|
70
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
71
|
+
Requires-Dist: mypy[reports]~=1.18; extra == "all"
|
|
68
72
|
Requires-Dist: pySVModel~=0.5; extra == "all"
|
|
69
73
|
Requires-Dist: docutils~=0.21; extra == "all"
|
|
70
|
-
Requires-Dist:
|
|
74
|
+
Requires-Dist: Coverage~=7.11; extra == "all"
|
|
75
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "all"
|
|
76
|
+
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
77
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
78
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
79
|
+
Requires-Dist: pytest~=8.4; extra == "all"
|
|
71
80
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
72
|
-
|
|
81
|
+
Dynamic: author
|
|
82
|
+
Dynamic: author-email
|
|
83
|
+
Dynamic: classifier
|
|
84
|
+
Dynamic: description
|
|
85
|
+
Dynamic: description-content-type
|
|
86
|
+
Dynamic: home-page
|
|
87
|
+
Dynamic: keywords
|
|
88
|
+
Dynamic: license
|
|
89
|
+
Dynamic: license-file
|
|
90
|
+
Dynamic: project-url
|
|
91
|
+
Dynamic: provides-extra
|
|
92
|
+
Dynamic: requires-dist
|
|
93
|
+
Dynamic: requires-python
|
|
94
|
+
Dynamic: summary
|
|
73
95
|
|
|
74
96
|
<p align="center">
|
|
75
|
-
<a title="edaa-org.github.io/
|
|
97
|
+
<a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
|
|
76
98
|
</p>
|
|
77
99
|
|
|
78
100
|
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -83,7 +105,7 @@ Requires-Dist: pyTooling~=7.0; extra == "all"
|
|
|
83
105
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
84
106
|

|
|
85
107
|

|
|
86
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel/actions/workflows/Pipeline.yml)
|
|
87
109
|
[](https://libraries.io/github/edaa-org/pyEDAA.ProjectModel)
|
|
88
110
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
89
111
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a title="edaa-org.github.io/
|
|
2
|
+
<a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
11
11
|

|
|
12
12
|

|
|
13
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel/actions/workflows/Pipeline.yml)
|
|
14
14
|
[](https://libraries.io/github/edaa-org/pyEDAA.ProjectModel)
|
|
15
15
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
16
16
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Altera/Quartus.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Altera/__init__.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Intel/QuartusPrime.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Intel/__init__.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Xilinx/Vivado.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -50,11 +50,24 @@ class UsedInAttribute(Attribute):
|
|
|
50
50
|
VALUE_TYPE = Iterable[str]
|
|
51
51
|
|
|
52
52
|
|
|
53
|
+
@export
|
|
54
|
+
class ScopeToRefAttribute(Attribute):
|
|
55
|
+
KEY = "ScopeToRef"
|
|
56
|
+
VALUE_TYPE = Nullable[str]
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
@export
|
|
60
|
+
class ScopeToCellAttribute(Attribute):
|
|
61
|
+
KEY = "ScopeToCell"
|
|
62
|
+
VALUE_TYPE = Nullable[str]
|
|
63
|
+
|
|
64
|
+
|
|
53
65
|
@export
|
|
54
66
|
class File(Model_File):
|
|
55
67
|
pass
|
|
56
68
|
|
|
57
69
|
|
|
70
|
+
@export
|
|
58
71
|
class VivadoFileMixIn(metaclass=ExtendedType, mixin=True):
|
|
59
72
|
def _registerAttributes(self) -> None:
|
|
60
73
|
self._attributes[UsedInAttribute] = []
|
|
@@ -193,6 +206,11 @@ class VivadoProjectFile(ProjectFile, XMLContent):
|
|
|
193
206
|
class XDCConstraintFile(ConstraintFile, SDCContent):
|
|
194
207
|
"""A Vivado constraint file (Xilinx Design Constraints; ``*.xdc``)."""
|
|
195
208
|
|
|
209
|
+
def _registerAttributes(self) -> None:
|
|
210
|
+
super()._registerAttributes()
|
|
211
|
+
self._attributes[ScopeToRefAttribute] = None
|
|
212
|
+
self._attributes[ScopeToCellAttribute] = None
|
|
213
|
+
|
|
196
214
|
|
|
197
215
|
@export
|
|
198
216
|
class IPCoreDescriptionFile(XMLFile):
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA/ProjectModel/Xilinx/__init__.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# Copyright 2014-2016 Technische Universität Dresden - Germany, Chair of VLSI-Design, Diagnostics and Architecture #
|
|
16
16
|
# #
|
|
17
17
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"""An abstract model of EDA tool projects."""
|
|
33
33
|
__author__ = "Patrick Lehmann"
|
|
34
34
|
__email__ = "Paebbels@gmail.com"
|
|
35
|
-
__copyright__ = "2014-
|
|
35
|
+
__copyright__ = "2014-2025, Patrick Lehmann, Unai Martinez-Corral"
|
|
36
36
|
__license__ = "Apache License, Version 2.0"
|
|
37
|
-
__version__ = "0.
|
|
37
|
+
__version__ = "0.6.0"
|
|
38
38
|
__keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
|
|
39
39
|
|
|
40
40
|
from os.path import relpath as path_relpath
|
|
@@ -166,7 +166,11 @@ class File(metaclass=FileType, slots=True):
|
|
|
166
166
|
|
|
167
167
|
@property
|
|
168
168
|
def Path(self) -> pathlib_Path:
|
|
169
|
-
"""
|
|
169
|
+
"""
|
|
170
|
+
Read-only property to access the path to the file.
|
|
171
|
+
|
|
172
|
+
:returns: The file's path.
|
|
173
|
+
"""
|
|
170
174
|
return self._path
|
|
171
175
|
|
|
172
176
|
# TODO: setter?
|
|
@@ -251,7 +255,7 @@ class File(metaclass=FileType, slots=True):
|
|
|
251
255
|
"""
|
|
252
256
|
Returns number of attributes set on this file.
|
|
253
257
|
|
|
254
|
-
:returns: The number
|
|
258
|
+
:returns: The number of attributes set on this file.
|
|
255
259
|
"""
|
|
256
260
|
return len(self._attributes)
|
|
257
261
|
|
|
@@ -1069,7 +1073,7 @@ class FileSet(metaclass=ExtendedType, slots=True):
|
|
|
1069
1073
|
"""
|
|
1070
1074
|
Returns number of attributes set on this fileset.
|
|
1071
1075
|
|
|
1072
|
-
:returns: The number
|
|
1076
|
+
:returns: The number of attributes set on this fileset.
|
|
1073
1077
|
"""
|
|
1074
1078
|
return len(self._attributes)
|
|
1075
1079
|
|
|
@@ -1271,7 +1275,7 @@ class VHDLLibrary(metaclass=ExtendedType, slots=True):
|
|
|
1271
1275
|
"""
|
|
1272
1276
|
Returns number of attributes set on this VHDL library.
|
|
1273
1277
|
|
|
1274
|
-
:returns: The number
|
|
1278
|
+
:returns: The number of attributes set on this VHDL library.
|
|
1275
1279
|
"""
|
|
1276
1280
|
return len(self._attributes)
|
|
1277
1281
|
|
|
@@ -1629,7 +1633,7 @@ class Design(metaclass=ExtendedType, slots=True):
|
|
|
1629
1633
|
"""
|
|
1630
1634
|
Returns number of attributes set on this design.
|
|
1631
1635
|
|
|
1632
|
-
:returns: The number
|
|
1636
|
+
:returns: The number of attributes set on this design.
|
|
1633
1637
|
"""
|
|
1634
1638
|
return len(self._attributes)
|
|
1635
1639
|
|
|
@@ -1821,7 +1825,7 @@ class Project(metaclass=ExtendedType, slots=True):
|
|
|
1821
1825
|
"""
|
|
1822
1826
|
Returns number of attributes set on this project.
|
|
1823
1827
|
|
|
1824
|
-
:returns: The number
|
|
1828
|
+
:returns: The number of attributes set on this project.
|
|
1825
1829
|
"""
|
|
1826
1830
|
return len(self._attributes)
|
|
1827
1831
|
|
|
File without changes
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: An abstract model of EDA tool projects.
|
|
5
5
|
Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
|
|
6
6
|
Author: Patrick Lehmann
|
|
@@ -16,63 +16,85 @@ Classifier: Topic :: Utilities
|
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
24
23
|
Classifier: Development Status :: 4 - Beta
|
|
25
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.11
|
|
26
25
|
Description-Content-Type: text/markdown
|
|
27
26
|
License-File: LICENSE.md
|
|
27
|
+
Requires-Dist: pyVHDLModel~=0.31
|
|
28
28
|
Requires-Dist: pySVModel~=0.5
|
|
29
29
|
Requires-Dist: pySystemRDLModel~=0.3
|
|
30
|
-
Requires-Dist: pyTooling~=7
|
|
31
|
-
Requires-Dist: pyVHDLModel~=0.29.1
|
|
30
|
+
Requires-Dist: pyTooling~=8.7
|
|
32
31
|
Provides-Extra: doc
|
|
32
|
+
Requires-Dist: pySVModel~=0.5; extra == "doc"
|
|
33
33
|
Requires-Dist: pySystemRDLModel~=0.3; extra == "doc"
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_design~=0.6; extra == "doc"
|
|
36
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx-copybutton>=0.5; extra == "doc"
|
|
36
38
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
37
39
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist: sphinx_autodoc_typehints~=
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
43
|
+
Requires-Dist: pyTooling~=8.7; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
45
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
44
46
|
Provides-Extra: test
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist: typing_extensions~=4.12; extra == "test"
|
|
47
|
-
Requires-Dist: pytest~=8.3; extra == "test"
|
|
48
|
-
Requires-Dist: Coverage~=7.6; extra == "test"
|
|
49
|
-
Requires-Dist: lxml~=5.3; extra == "test"
|
|
50
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "test"
|
|
51
|
-
Requires-Dist: mypy~=1.13; extra == "test"
|
|
47
|
+
Requires-Dist: mypy[reports]~=1.18; extra == "test"
|
|
52
48
|
Requires-Dist: pySVModel~=0.5; extra == "test"
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
49
|
+
Requires-Dist: pySystemRDLModel~=0.3; extra == "test"
|
|
50
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
51
|
+
Requires-Dist: Coverage~=7.11; extra == "test"
|
|
52
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "test"
|
|
53
|
+
Requires-Dist: pyTooling~=8.7; extra == "test"
|
|
54
|
+
Requires-Dist: pytest~=8.4; extra == "test"
|
|
55
|
+
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
56
|
+
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
57
|
+
Provides-Extra: osvvm
|
|
58
|
+
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
|
|
55
59
|
Provides-Extra: all
|
|
56
60
|
Requires-Dist: pySystemRDLModel~=0.3; extra == "all"
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
59
|
-
Requires-Dist: typing_extensions~=4.12; extra == "all"
|
|
60
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
61
|
-
Requires-Dist: pytest~=8.3; extra == "all"
|
|
62
|
-
Requires-Dist: Coverage~=7.6; extra == "all"
|
|
63
|
-
Requires-Dist: lxml~=5.3; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx_design~=0.6; extra == "all"
|
|
62
|
+
Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
|
|
64
63
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist: sphinx_autodoc_typehints~=
|
|
67
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
65
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
|
|
66
|
+
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
67
|
+
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
68
|
+
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
69
|
+
Requires-Dist: pyTooling~=8.7; extra == "all"
|
|
70
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
71
|
+
Requires-Dist: mypy[reports]~=1.18; extra == "all"
|
|
68
72
|
Requires-Dist: pySVModel~=0.5; extra == "all"
|
|
69
73
|
Requires-Dist: docutils~=0.21; extra == "all"
|
|
70
|
-
Requires-Dist:
|
|
74
|
+
Requires-Dist: Coverage~=7.11; extra == "all"
|
|
75
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "all"
|
|
76
|
+
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
77
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
78
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
79
|
+
Requires-Dist: pytest~=8.4; extra == "all"
|
|
71
80
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
72
|
-
|
|
81
|
+
Dynamic: author
|
|
82
|
+
Dynamic: author-email
|
|
83
|
+
Dynamic: classifier
|
|
84
|
+
Dynamic: description
|
|
85
|
+
Dynamic: description-content-type
|
|
86
|
+
Dynamic: home-page
|
|
87
|
+
Dynamic: keywords
|
|
88
|
+
Dynamic: license
|
|
89
|
+
Dynamic: license-file
|
|
90
|
+
Dynamic: project-url
|
|
91
|
+
Dynamic: provides-extra
|
|
92
|
+
Dynamic: requires-dist
|
|
93
|
+
Dynamic: requires-python
|
|
94
|
+
Dynamic: summary
|
|
73
95
|
|
|
74
96
|
<p align="center">
|
|
75
|
-
<a title="edaa-org.github.io/
|
|
97
|
+
<a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
|
|
76
98
|
</p>
|
|
77
99
|
|
|
78
100
|
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -83,7 +105,7 @@ Requires-Dist: pyTooling~=7.0; extra == "all"
|
|
|
83
105
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
84
106
|

|
|
85
107
|

|
|
86
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel/actions/workflows/Pipeline.yml)
|
|
87
109
|
[](https://libraries.io/github/edaa-org/pyEDAA.ProjectModel)
|
|
88
110
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
89
111
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/SOURCES.txt
RENAMED
|
@@ -13,6 +13,7 @@ pyEDAA/ProjectModel/OSVVM.py
|
|
|
13
13
|
pyEDAA/ProjectModel/VHDL.py
|
|
14
14
|
pyEDAA/ProjectModel/Verilog.py
|
|
15
15
|
pyEDAA/ProjectModel/__init__.py
|
|
16
|
+
pyEDAA/ProjectModel/py.typed
|
|
16
17
|
pyEDAA/ProjectModel/Altera/Quartus.py
|
|
17
18
|
pyEDAA/ProjectModel/Altera/__init__.py
|
|
18
19
|
pyEDAA/ProjectModel/Intel/QuartusPrime.py
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
pyVHDLModel~=0.31
|
|
2
|
+
pySVModel~=0.5
|
|
3
|
+
pySystemRDLModel~=0.3
|
|
4
|
+
pyTooling~=8.7
|
|
5
|
+
|
|
6
|
+
[all]
|
|
7
|
+
pySystemRDLModel~=0.3
|
|
8
|
+
sphinx_design~=0.6
|
|
9
|
+
sphinx-copybutton>=0.5
|
|
10
|
+
docutils_stubs~=0.0.22
|
|
11
|
+
lxml<7.0,>=5.4
|
|
12
|
+
sphinx_autodoc_typehints~=3.5
|
|
13
|
+
sphinxcontrib-mermaid~=1.0
|
|
14
|
+
sphinx~=8.2
|
|
15
|
+
pyEDAA.OSVVM~=0.6
|
|
16
|
+
pyTooling~=8.7
|
|
17
|
+
sphinx_rtd_theme~=3.0
|
|
18
|
+
mypy[reports]~=1.18
|
|
19
|
+
pySVModel~=0.5
|
|
20
|
+
docutils~=0.21
|
|
21
|
+
Coverage~=7.11
|
|
22
|
+
pyVHDLModel~=0.31
|
|
23
|
+
pytest-cov~=7.0
|
|
24
|
+
typing_extensions~=4.15
|
|
25
|
+
sphinx_reports~=0.9
|
|
26
|
+
pytest~=8.4
|
|
27
|
+
autoapi>=2.0.1
|
|
28
|
+
|
|
29
|
+
[doc]
|
|
30
|
+
pySVModel~=0.5
|
|
31
|
+
pySystemRDLModel~=0.3
|
|
32
|
+
docutils~=0.21
|
|
33
|
+
sphinx_design~=0.6
|
|
34
|
+
pyVHDLModel~=0.31
|
|
35
|
+
sphinx-copybutton>=0.5
|
|
36
|
+
sphinxcontrib-mermaid~=1.0
|
|
37
|
+
docutils_stubs~=0.0.22
|
|
38
|
+
sphinx~=8.2
|
|
39
|
+
sphinx_autodoc_typehints~=3.5
|
|
40
|
+
sphinx_reports~=0.9
|
|
41
|
+
pyTooling~=8.7
|
|
42
|
+
sphinx_rtd_theme~=3.0
|
|
43
|
+
autoapi>=2.0.1
|
|
44
|
+
|
|
45
|
+
[osvvm]
|
|
46
|
+
pyEDAA.OSVVM~=0.6
|
|
47
|
+
|
|
48
|
+
[test]
|
|
49
|
+
mypy[reports]~=1.18
|
|
50
|
+
pySVModel~=0.5
|
|
51
|
+
pySystemRDLModel~=0.3
|
|
52
|
+
lxml<7.0,>=5.4
|
|
53
|
+
Coverage~=7.11
|
|
54
|
+
pyVHDLModel~=0.31
|
|
55
|
+
pyTooling~=8.7
|
|
56
|
+
pytest~=8.4
|
|
57
|
+
typing_extensions~=4.15
|
|
58
|
+
pytest-cov~=7.0
|
|
@@ -1,16 +1,31 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
requires = [
|
|
3
|
-
"setuptools
|
|
4
|
-
"wheel ~= 0.
|
|
5
|
-
"pyTooling ~= 7
|
|
3
|
+
"setuptools >= 80.0",
|
|
4
|
+
"wheel ~= 0.45",
|
|
5
|
+
"pyTooling ~= 8.7"
|
|
6
6
|
]
|
|
7
7
|
build-backend = "setuptools.build_meta"
|
|
8
8
|
|
|
9
|
-
[tool.
|
|
10
|
-
|
|
9
|
+
[tool.pylint.format]
|
|
10
|
+
indent-string="\t"
|
|
11
|
+
max-line-length = 120
|
|
12
|
+
ignore-long-lines = "^.{0,110}#: .*"
|
|
13
|
+
|
|
14
|
+
[tool.pylint.basic]
|
|
15
|
+
argument-naming-style = "camelCase"
|
|
16
|
+
attr-naming-style = "camelCase"
|
|
17
|
+
class-attribute-naming-style = "camelCase"
|
|
18
|
+
class-const-naming-style = "UPPER_CASE"
|
|
19
|
+
class-naming-style = "PascalCase"
|
|
20
|
+
const-naming-style = "UPPER_CASE"
|
|
21
|
+
function-naming-style = "camelCase"
|
|
22
|
+
inlinevar-naming-style = "camelCase"
|
|
23
|
+
method-naming-style = "PascalCase"
|
|
24
|
+
module-naming-style = "any"
|
|
25
|
+
variable-naming-style = "camelCase"
|
|
11
26
|
|
|
12
27
|
[tool.mypy]
|
|
13
|
-
|
|
28
|
+
packages = ["pyEDAA.ProjectModel"]
|
|
14
29
|
python_version = "3.13"
|
|
15
30
|
#ignore_missing_imports = true
|
|
16
31
|
strict = true
|
|
@@ -20,6 +35,12 @@ show_error_codes = true
|
|
|
20
35
|
namespace_packages = true
|
|
21
36
|
html_report = "report/typing"
|
|
22
37
|
|
|
38
|
+
[tool.pytest]
|
|
39
|
+
junit_xml = "report/unit/UnittestReportSummary.xml"
|
|
40
|
+
|
|
41
|
+
[tool.pyedaa-reports]
|
|
42
|
+
junit_xml = "report/unit/unittest.xml"
|
|
43
|
+
|
|
23
44
|
[tool.pytest.ini_options]
|
|
24
45
|
addopts = "--tb=native"
|
|
25
46
|
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# Copyright 2014-2016 Technische Universität Dresden - Germany, Chair of VLSI-Design, Diagnostics and Architecture #
|
|
16
16
|
# #
|
|
17
17
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
@@ -40,16 +40,22 @@ packageName = "pyEDAA.ProjectModel"
|
|
|
40
40
|
packageDirectory = packageName.replace(".", "/")
|
|
41
41
|
packageInformationFile = Path(f"{packageDirectory}/__init__.py")
|
|
42
42
|
|
|
43
|
-
setup(
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
43
|
+
setup(
|
|
44
|
+
**DescribePythonPackageHostedOnGitHub(
|
|
45
|
+
packageName=packageName,
|
|
46
|
+
description="An abstract model of EDA tool projects.",
|
|
47
|
+
gitHubNamespace=gitHubNamespace,
|
|
48
|
+
additionalRequirements={
|
|
49
|
+
"osvvm": ["pyEDAA.OSVVM ~= 0.6"],
|
|
50
|
+
},
|
|
51
|
+
sourceFileWithVersion=packageInformationFile,
|
|
52
|
+
classifiers=list(DEFAULT_CLASSIFIERS) + [
|
|
53
|
+
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
|
|
54
|
+
],
|
|
55
|
+
developmentStatus="beta",
|
|
56
|
+
pythonVersions=("3.11", "3.12", "3.13", "3.14"),
|
|
57
|
+
dataFiles={
|
|
58
|
+
packageName: ["py.typed"]
|
|
59
|
+
}
|
|
60
|
+
)
|
|
61
|
+
)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
pySVModel~=0.5
|
|
2
|
-
pySystemRDLModel~=0.3
|
|
3
|
-
pyTooling~=7.0
|
|
4
|
-
pyVHDLModel~=0.29.1
|
|
5
|
-
|
|
6
|
-
[all]
|
|
7
|
-
pySystemRDLModel~=0.3
|
|
8
|
-
sphinx_fontawesome>=0.0.6
|
|
9
|
-
pytest-cov~=6.0
|
|
10
|
-
typing_extensions~=4.12
|
|
11
|
-
sphinxcontrib-mermaid~=1.0
|
|
12
|
-
pytest~=8.3
|
|
13
|
-
Coverage~=7.6
|
|
14
|
-
lxml~=5.3
|
|
15
|
-
docutils_stubs~=0.0.22
|
|
16
|
-
pyVHDLModel~=0.29.1
|
|
17
|
-
sphinx_autodoc_typehints~=2.5
|
|
18
|
-
mypy~=1.13
|
|
19
|
-
pySVModel~=0.5
|
|
20
|
-
docutils~=0.21
|
|
21
|
-
sphinx~=8.1
|
|
22
|
-
autoapi>=2.0.1
|
|
23
|
-
pyTooling~=7.0
|
|
24
|
-
|
|
25
|
-
[doc]
|
|
26
|
-
pySystemRDLModel~=0.3
|
|
27
|
-
sphinx_fontawesome>=0.0.6
|
|
28
|
-
autoapi>=2.0.1
|
|
29
|
-
sphinxcontrib-mermaid~=1.0
|
|
30
|
-
docutils_stubs~=0.0.22
|
|
31
|
-
pyVHDLModel~=0.29.1
|
|
32
|
-
sphinx_autodoc_typehints~=2.5
|
|
33
|
-
pySVModel~=0.5
|
|
34
|
-
docutils~=0.21
|
|
35
|
-
sphinx~=8.1
|
|
36
|
-
pyTooling~=7.0
|
|
37
|
-
|
|
38
|
-
[test]
|
|
39
|
-
pySystemRDLModel~=0.3
|
|
40
|
-
typing_extensions~=4.12
|
|
41
|
-
pytest~=8.3
|
|
42
|
-
Coverage~=7.6
|
|
43
|
-
lxml~=5.3
|
|
44
|
-
pyVHDLModel~=0.29.1
|
|
45
|
-
mypy~=1.13
|
|
46
|
-
pySVModel~=0.5
|
|
47
|
-
pytest-cov~=6.0
|
|
48
|
-
pyTooling~=7.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.6.0}/pyEDAA.ProjectModel.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|