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 99
1010jobs :
1111 Pipeline :
12- uses : pyTooling/Actions/.github/workflows/Pipeline-SimplePackage .yml@dev
12+ uses : pyTooling/Actions/.github/workflows/CompletePipeline .yml@r2
1313 with :
1414 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
4141
4242The hierarchy graph can be derived from dependency graph by:
4343
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
4747
4848The graph can then be scanned for a root vertices (no inbound edges). If only a single root vertex exists, this vertex
4949references the toplevel of the design.
@@ -54,8 +54,9 @@ Compile Order Graph
5454
5555The compile order can be derived from dependency graph by:
5656
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+
5960 #. resolve the source and the destination to the referenced design units
6061 #. resolved further to the documents these design units are declared in
6162 #. resolve further which vertices correspond in the compile order graph
You can’t perform that action at this time.
0 commit comments