pyEDAA.ProjectModel 0.6.1__tar.gz → 0.6.2__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.6.1 → pyedaa_projectmodel-0.6.2}/PKG-INFO +33 -33
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/__init__.py +1 -1
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/PKG-INFO +33 -33
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/requires.txt +32 -32
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyproject.toml +1 -1
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/LICENSE.md +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/README.md +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Altera/Quartus.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Altera/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Attributes.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/GHDL.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Intel/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/OSVVM.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/VHDL.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Verilog.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Xilinx/ISE.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Xilinx/Vivado.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Xilinx/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/py.typed +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/setup.cfg +0 -0
- {pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
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
|
|
@@ -24,60 +24,60 @@ Classifier: Development Status :: 4 - Beta
|
|
|
24
24
|
Requires-Python: >=3.11
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE.md
|
|
27
|
-
Requires-Dist: pyTooling~=8.10
|
|
28
|
-
Requires-Dist: pySVModel~=0.5.0
|
|
29
27
|
Requires-Dist: pySystemRDLModel~=0.3.0
|
|
28
|
+
Requires-Dist: pyTooling~=8.11
|
|
29
|
+
Requires-Dist: pySVModel~=0.5.0
|
|
30
30
|
Requires-Dist: pyVHDLModel~=0.33.0
|
|
31
31
|
Provides-Extra: doc
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: docutils~=0.22.0; extra == "doc"
|
|
33
|
+
Requires-Dist: pyTooling~=8.11; extra == "doc"
|
|
34
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
35
35
|
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
39
|
+
Requires-Dist: pySVModel~=0.5.0; extra == "doc"
|
|
38
40
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
39
|
-
Requires-Dist: docutils~=0.21.0; extra == "doc"
|
|
40
|
-
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
41
|
-
Requires-Dist: sphinx_reports~=0.9.0; extra == "doc"
|
|
42
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
43
41
|
Requires-Dist: pyVHDLModel~=0.33.0; extra == "doc"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
42
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
|
|
45
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
46
46
|
Provides-Extra: test
|
|
47
|
-
Requires-Dist: pySVModel~=0.5.0; extra == "test"
|
|
48
|
-
Requires-Dist: pyTooling~=8.10; extra == "test"
|
|
49
47
|
Requires-Dist: mypy[reports]~=1.19; extra == "test"
|
|
48
|
+
Requires-Dist: pyTooling~=8.11; extra == "test"
|
|
49
|
+
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
50
50
|
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
|
|
51
|
-
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
52
51
|
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
52
|
+
Requires-Dist: pySVModel~=0.5.0; extra == "test"
|
|
53
53
|
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
54
54
|
Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
|
|
55
|
-
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
56
55
|
Requires-Dist: pytest~=9.0; extra == "test"
|
|
56
|
+
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
57
57
|
Provides-Extra: osvvm
|
|
58
58
|
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
|
|
59
59
|
Provides-Extra: all
|
|
60
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
|
|
60
62
|
Requires-Dist: pySVModel~=0.5.0; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
63
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
64
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
|
|
65
|
+
Requires-Dist: pyVHDLModel~=0.33.0; extra == "all"
|
|
66
|
+
Requires-Dist: docutils~=0.22.0; extra == "all"
|
|
67
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
65
68
|
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
69
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
68
70
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
69
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
|
|
70
|
-
Requires-Dist: sphinx_design~=0.6.0; extra == "all"
|
|
71
|
-
Requires-Dist: pyTooling~=8.10; extra == "all"
|
|
72
71
|
Requires-Dist: mypy[reports]~=1.19; extra == "all"
|
|
73
|
-
Requires-Dist:
|
|
74
|
-
Requires-Dist:
|
|
72
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
73
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
74
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
75
|
+
Requires-Dist: pyTooling~=8.11; extra == "all"
|
|
76
|
+
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
75
77
|
Requires-Dist: Coverage~=7.13; extra == "all"
|
|
76
|
-
Requires-Dist:
|
|
78
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
79
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
|
|
77
80
|
Requires-Dist: pytest~=9.0; extra == "all"
|
|
78
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
79
|
-
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
80
|
-
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
81
81
|
Dynamic: author
|
|
82
82
|
Dynamic: author-email
|
|
83
83
|
Dynamic: classifier
|
|
@@ -34,7 +34,7 @@ __author__ = "Patrick Lehmann"
|
|
|
34
34
|
__email__ = "Paebbels@gmail.com"
|
|
35
35
|
__copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
|
|
36
36
|
__license__ = "Apache License, Version 2.0"
|
|
37
|
-
__version__ = "0.6.
|
|
37
|
+
__version__ = "0.6.2"
|
|
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
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
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
|
|
@@ -24,60 +24,60 @@ Classifier: Development Status :: 4 - Beta
|
|
|
24
24
|
Requires-Python: >=3.11
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE.md
|
|
27
|
-
Requires-Dist: pyTooling~=8.10
|
|
28
|
-
Requires-Dist: pySVModel~=0.5.0
|
|
29
27
|
Requires-Dist: pySystemRDLModel~=0.3.0
|
|
28
|
+
Requires-Dist: pyTooling~=8.11
|
|
29
|
+
Requires-Dist: pySVModel~=0.5.0
|
|
30
30
|
Requires-Dist: pyVHDLModel~=0.33.0
|
|
31
31
|
Provides-Extra: doc
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: docutils~=0.22.0; extra == "doc"
|
|
33
|
+
Requires-Dist: pyTooling~=8.11; extra == "doc"
|
|
34
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
35
35
|
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
39
|
+
Requires-Dist: pySVModel~=0.5.0; extra == "doc"
|
|
38
40
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
39
|
-
Requires-Dist: docutils~=0.21.0; extra == "doc"
|
|
40
|
-
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
41
|
-
Requires-Dist: sphinx_reports~=0.9.0; extra == "doc"
|
|
42
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
43
41
|
Requires-Dist: pyVHDLModel~=0.33.0; extra == "doc"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
42
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
|
|
45
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
46
46
|
Provides-Extra: test
|
|
47
|
-
Requires-Dist: pySVModel~=0.5.0; extra == "test"
|
|
48
|
-
Requires-Dist: pyTooling~=8.10; extra == "test"
|
|
49
47
|
Requires-Dist: mypy[reports]~=1.19; extra == "test"
|
|
48
|
+
Requires-Dist: pyTooling~=8.11; extra == "test"
|
|
49
|
+
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
50
50
|
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
|
|
51
|
-
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
52
51
|
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
52
|
+
Requires-Dist: pySVModel~=0.5.0; extra == "test"
|
|
53
53
|
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
54
54
|
Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
|
|
55
|
-
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
56
55
|
Requires-Dist: pytest~=9.0; extra == "test"
|
|
56
|
+
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
57
57
|
Provides-Extra: osvvm
|
|
58
58
|
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
|
|
59
59
|
Provides-Extra: all
|
|
60
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
|
|
60
62
|
Requires-Dist: pySVModel~=0.5.0; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
63
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
64
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
|
|
65
|
+
Requires-Dist: pyVHDLModel~=0.33.0; extra == "all"
|
|
66
|
+
Requires-Dist: docutils~=0.22.0; extra == "all"
|
|
67
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
65
68
|
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
69
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
68
70
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
69
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
|
|
70
|
-
Requires-Dist: sphinx_design~=0.6.0; extra == "all"
|
|
71
|
-
Requires-Dist: pyTooling~=8.10; extra == "all"
|
|
72
71
|
Requires-Dist: mypy[reports]~=1.19; extra == "all"
|
|
73
|
-
Requires-Dist:
|
|
74
|
-
Requires-Dist:
|
|
72
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
73
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
74
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
75
|
+
Requires-Dist: pyTooling~=8.11; extra == "all"
|
|
76
|
+
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
75
77
|
Requires-Dist: Coverage~=7.13; extra == "all"
|
|
76
|
-
Requires-Dist:
|
|
78
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
79
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
|
|
77
80
|
Requires-Dist: pytest~=9.0; extra == "all"
|
|
78
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
79
|
-
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
80
|
-
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
81
81
|
Dynamic: author
|
|
82
82
|
Dynamic: author-email
|
|
83
83
|
Dynamic: classifier
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/requires.txt
RENAMED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
pyTooling~=8.10
|
|
2
|
-
pySVModel~=0.5.0
|
|
3
1
|
pySystemRDLModel~=0.3.0
|
|
2
|
+
pyTooling~=8.11
|
|
3
|
+
pySVModel~=0.5.0
|
|
4
4
|
pyVHDLModel~=0.33.0
|
|
5
5
|
|
|
6
6
|
[all]
|
|
7
|
+
docutils_stubs~=0.0.22
|
|
8
|
+
sphinx_autodoc_typehints~=3.6
|
|
7
9
|
pySVModel~=0.5.0
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
sphinx_design~=0.7.0
|
|
11
|
+
pySystemRDLModel~=0.3.0
|
|
12
|
+
pyVHDLModel~=0.33.0
|
|
13
|
+
docutils~=0.22.0
|
|
14
|
+
sphinx-copybutton>=0.5.0
|
|
12
15
|
pytest-cov~=7.0
|
|
13
|
-
|
|
14
|
-
lxml<7.0,>=5.4
|
|
16
|
+
sphinxcontrib-mermaid~=2.0
|
|
15
17
|
autoapi>=2.0.1
|
|
16
|
-
sphinx_autodoc_typehints~=3.5
|
|
17
|
-
sphinx_design~=0.6.0
|
|
18
|
-
pyTooling~=8.10
|
|
19
18
|
mypy[reports]~=1.19
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
sphinx~=9.1
|
|
20
|
+
sphinx_rtd_theme~=3.1
|
|
21
|
+
typing_extensions~=4.15
|
|
22
|
+
pyTooling~=8.11
|
|
23
|
+
pyEDAA.OSVVM~=0.6
|
|
22
24
|
Coverage~=7.13
|
|
23
|
-
|
|
25
|
+
lxml<7.0,>=5.4
|
|
26
|
+
sphinx_reports~=0.10.0
|
|
24
27
|
pytest~=9.0
|
|
25
|
-
sphinx-copybutton>=0.5.0
|
|
26
|
-
pyEDAA.OSVVM~=0.6
|
|
27
|
-
sphinx~=8.2
|
|
28
28
|
|
|
29
29
|
[doc]
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
docutils~=0.22.0
|
|
31
|
+
pyTooling~=8.11
|
|
32
|
+
pySystemRDLModel~=0.3.0
|
|
33
33
|
sphinx-copybutton>=0.5.0
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
docutils_stubs~=0.0.22
|
|
35
|
+
sphinx_autodoc_typehints~=3.6
|
|
36
|
+
sphinxcontrib-mermaid~=2.0
|
|
37
|
+
pySVModel~=0.5.0
|
|
36
38
|
autoapi>=2.0.1
|
|
37
|
-
docutils~=0.21.0
|
|
38
|
-
pySystemRDLModel~=0.3.0
|
|
39
|
-
sphinx_reports~=0.9.0
|
|
40
|
-
sphinxcontrib-mermaid~=1.0
|
|
41
39
|
pyVHDLModel~=0.33.0
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
sphinx_reports~=0.10.0
|
|
41
|
+
sphinx~=9.1
|
|
42
|
+
sphinx_rtd_theme~=3.1
|
|
43
|
+
sphinx_design~=0.7.0
|
|
44
44
|
|
|
45
45
|
[osvvm]
|
|
46
46
|
pyEDAA.OSVVM~=0.6
|
|
47
47
|
|
|
48
48
|
[test]
|
|
49
|
-
pySVModel~=0.5.0
|
|
50
|
-
pyTooling~=8.10
|
|
51
49
|
mypy[reports]~=1.19
|
|
50
|
+
pyTooling~=8.11
|
|
51
|
+
Coverage~=7.13
|
|
52
52
|
pySystemRDLModel~=0.3.0
|
|
53
|
-
typing_extensions~=4.15
|
|
54
53
|
pytest-cov~=7.0
|
|
54
|
+
pySVModel~=0.5.0
|
|
55
55
|
lxml<7.0,>=5.4
|
|
56
56
|
pyVHDLModel~=0.33.0
|
|
57
|
-
Coverage~=7.13
|
|
58
57
|
pytest~=9.0
|
|
58
|
+
typing_extensions~=4.15
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Altera/Quartus.py
RENAMED
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Altera/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Intel/QuartusPrime.py
RENAMED
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Intel/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Xilinx/Vivado.py
RENAMED
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA/ProjectModel/Xilinx/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.1 → pyedaa_projectmodel-0.6.2}/pyEDAA.ProjectModel.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|