File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
Pipeline :
12
- uses : pyTooling/Actions/.github/workflows/Pipeline-SimplePackage .yml@dev
12
+ uses : pyTooling/Actions/.github/workflows/CompletePipeline .yml@r2
13
13
with :
14
14
package_name : pyVHDLModel
15
- # unittest_python_version:
16
- # unittest_python_version_list:
17
- # unittest_system_list:
18
- # unittest_include_list:
19
- # unittest_exclude_list:
20
- # unittest_disable_list:
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Hierarchy Graph
41
41
42
42
The hierarchy graph can be derived from dependency graph by:
43
43
44
- 1 . copying all entity and architecture vertices
45
- 2 . copying all implements dependency edges
46
- 3 . copying all instantiates edges in reverse direction
44
+ # . copying all entity and architecture vertices
45
+ # . copying all implements dependency edges
46
+ # . copying all instantiates edges in reverse direction
47
47
48
48
The graph can then be scanned for a root vertices (no inbound edges). If only a single root vertex exists, this vertex
49
49
references the toplevel of the design.
@@ -54,8 +54,9 @@ Compile Order Graph
54
54
55
55
The compile order can be derived from dependency graph by:
56
56
57
- 1. copying all document vertices
58
- 2. iterating all edges in the dependency graph
57
+ #. copying all document vertices
58
+ #. iterating all edges in the dependency graph:
59
+
59
60
#. resolve the source and the destination to the referenced design units
60
61
#. resolved further to the documents these design units are declared in
61
62
#. resolve further which vertices correspond in the compile order graph
You can’t perform that action at this time.
0 commit comments