We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abd806 commit 1fbe828Copy full SHA for 1fbe828
doc/FileTypes/index.rst
@@ -3,7 +3,7 @@
3
File Types
4
##########
5
6
-.. rubric:: Design Goal
+.. rubric:: Design Goals
7
8
TBD
9
doc/ProjectModel/index.rst
Project Model
#############
* Clearly named classes that model the semantics of an EDA project.
* Child objects shall have a reference to their parent.
requirements.txt
@@ -1,4 +1,4 @@
1
pyTooling ~= 7.0
2
pyVHDLModel ~= 0.29.1
-pySVModel >= 0.4.0, < 0.5
-pySystemRDLModel >= 0.2.0, < 0.3
+pySVModel ~= 0.5
+pySystemRDLModel ~= 0.3
0 commit comments