Add IDEF0 A1 diagram (#44)
authorSergey Vostokov/SRR-Platform Lab/./삼성전자 <s.vostokov@samsung.com>
Tue, 27 Mar 2018 05:37:27 +0000 (08:37 +0300)
committer박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 27 Mar 2018 05:37:27 +0000 (14:37 +0900)
* Add IDEF0 A1 diagram

The diagram of the first level of decomposition was made.
It includes 5 stages:
- Setup configuration
- Import NN model
- High-level optimization
- Low-Level optimization
- Code generation

Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
* Update IDEF0 A1: remove Target ISA and fix copy-paste error

High-Level optimization function doesn't reqiure anithing else but
only hogh-level optimization techniques. The rule Target ISA was
removed.

The copy-paste error was fixed "High-Level opt...> to "Low-Level..."
for block Low-Level optimization

Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
* Change input from Setup Configuration block

The block Setup Configuration would produce the
configured session for other modules instead of just
produce parsed arguments

Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
* Add mechanism for the block Setup configuration"

The block "Setup configuration" would be done by
Configuration system. That was missed on prev version
of diagram.

Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
doc/images/nncc_idef0_a1.png [new file with mode: 0644]

diff --git a/doc/images/nncc_idef0_a1.png b/doc/images/nncc_idef0_a1.png
new file mode 100644 (file)
index 0000000..a0de722
Binary files /dev/null and b/doc/images/nncc_idef0_a1.png differ