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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,12 +90,12 @@ Please be aware that the list of specializations is not guaranteed to be backwar
90
90
## Frequently Asked Questions
91
91
---------------
92
92
93
-
Q: Can I use ARC GNU tools to build embARC MLI library?
93
+
***Q: Can I use ARC GNU tools to build embARC MLI library?***
94
94
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
95
96
-
Q: Can I use MetaWare Development Tools Lite to pre-build embARC MLI library and ARC GNU to build example application?
96
+
***Q: Can I use MetaWare Development Tools Lite to pre-build embARC MLI library and ARC GNU to build example application?***
97
97
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
98
99
-
Q: I can not build and run example application for my Synopsys board (EMSK, IoTDK, etc), what I shall do?
99
+
***Q: I can not build and run example application for my Synopsys board (EMSK, IoTDK, etc), what I shall do?***
100
100
A: If you build for Synopsys boards refer to documentation [embarc.org](https://embarc.org/platforms.html) as a good starting point.
101
101
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.
Copy file name to clipboardExpand all lines: examples/example_cifar10_caffe/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Here we will consider building for [/hw/em9d.tcf](/hw/em9d.tcf) template. This t
32
32
33
33
gmake run TCF_FILE=../../hw/em9d.tcf
34
34
35
-
Result Quality shall be "S/N=3638.6 (71.2 db)"
35
+
Result Quality shall be "S/N=4383.8 (72.8 db)"
36
36
37
37
### Build with ARC GNU toolchain
38
38
@@ -69,7 +69,7 @@ Here we will consider building with ARC GNU toolchain. As a platform for the ass
69
69
70
70
gmake run TOOLCHAIN=gnu TCF_FILE=arcem9d.tcf
71
71
72
-
Result Quality shall be "S/N=3638.6 (71.2 db)"
72
+
Result Quality shall be "S/N=4383.8 (72.8 db)"
73
73
74
74
Notes: Example built by ARC GNU tools is run using mdb_com_gnu script file. Modify this file to customize the example run mode. See [More Options on Building and Running](README.md#more-options-on-building-and-running)
0 commit comments