Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17c06ef

Browse files
committed
Update software_heirarchy.rst
1 parent 840a5e5 commit 17c06ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/source/arch/software_heirarchy.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ BuildCC interface lib
4747
rectangle "tiny-process-library" as tpl #palegreen
4848

4949
rectangle Environment as env #aliceblue
50+
rectangle Schema as schema #aliceblue
5051
rectangle Toolchain as toolchain #aliceblue
5152
rectangle Target as target #aliceblue
5253
rectangle "Toolchain specialized" as toolchain_specialized #aliceblue
@@ -61,17 +62,19 @@ BuildCC interface lib
6162
spdlog .up.> env
6263
tpl .up.> env
6364

64-
flatbuffers .up.> target
65-
taskflow -up-> target
66-
6765
cli11 -up-> args
6866
taskflow -up-> register
6967

68+
flatbuffers .up.> schema
69+
7070
env -up-> toolchain
71+
env -up-> schema
7172

73+
taskflow -up-> target
74+
schema -up-> target
7275
toolchain -up-> target
73-
toolchain -up-> toolchain_specialized
7476

77+
toolchain -up-> toolchain_specialized
7578
target -up-> target_specialized
7679

7780
target -up-> args

0 commit comments

Comments
 (0)