You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,17 @@ documentation and examples. Read the documentation at [embarc.org](https://embar
21
21
22
22
## Package structure
23
23
--------------------
24
-
./bin - directory holder for embARC MLI library and samples binaries created during build
25
-
./build - contains common build rules
26
-
./doc - contains the API documentation of the embARC MLI library
27
-
./include - include files with API prototypes and types
28
-
./lib/src - source code of embARC MLI Library
29
-
./examples - source code of examples
30
-
./examples/example_cifar10_caffe - example illustrating implementation of CIFAR10 Caffe
31
-
./examples/example_har_smartphone - example illustrating implementation of Human Activity Recognition
32
-
./examples/auxilary - source code of helper functions used for the examples
33
-
./hw - contains HW templates (*.tcf files)
24
+
/bin - directory holder for embARC MLI library and samples binaries created during build
25
+
./build - contains common build rules
26
+
./doc - contains the API documentation of the embARC MLI library
27
+
./include - include files with API prototypes and types
28
+
./lib/src - source code of embARC MLI Library
29
+
./examples - source code of examples
30
+
./examples/example_cifar10_caffe - example illustrating implementation of CIFAR10 Caffe
31
+
./examples/example_har_smartphone - example illustrating implementation of Human Activity Recognition
32
+
./examples/auxilary - source code of helper functions used for the examples
33
+
./examples/tutorial_cifar10_caffe_deployment - model deployment tutorial for Caffe and CIFAR10
34
+
./hw - contains HW templates (*.tcf files)
34
35
35
36
## Building and quick start
36
37
---------------------------
@@ -90,12 +91,12 @@ Please be aware that the list of specializations is not guaranteed to be backwar
90
91
## Frequently Asked Questions
91
92
---------------
92
93
93
-
Q: Can I use ARC GNU tools to build embARC MLI library?
94
+
***Q: Can I use ARC GNU tools to build embARC MLI library?***
94
95
A: No you cannot. embARC MLI Library must be built by MetaWare Development Tools only. Read the documentation at [embarc.org](https://embarc.org/embarc_mli/doc/build/html/getting_started/getting_started.html#build-library) for details
95
96
96
-
Q: Can I use MetaWare Development Tools Lite to pre-build embARC MLI library and ARC GNU to build example application?
97
+
***Q: Can I use MetaWare Development Tools Lite to pre-build embARC MLI library and ARC GNU to build example application?***
97
98
A: No you cannot. embARC MLI Library must be built by full version of MetaWare Development Tools. Binaries built with MWDT Lite are not compatible with ARC GNU Tools and full MetaWare Development Tools. Read the MWDT Lite documentation for details.
98
99
99
-
Q: I can not build and run example application for my Synopsys board (EMSK, IoTDK, etc), what I shall do?
100
+
***Q: I can not build and run example application for my Synopsys board (EMSK, IoTDK, etc), what I shall do?***
100
101
A: If you build for Synopsys boards refer to documentation [embarc.org](https://embarc.org/platforms.html) as a good starting point.
101
102
You should also note that example applications support different configurations for pre trained models and thus memory requirements, not all configurations can be built and run on Synopsys boards due to memory limitations and HW capabilities, read example application readme for details. embARC MLI Library must be also pre built specifically for your board by MetaWare Development Tools. Please note that makefiles provided with examples are configured for IoTDK only if GNU tools are used.
0 commit comments