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: BUILD_USING_SDX_GUI.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@
41
41
42
42
13. All the source files needed to build `CHaiDNN`, can be seen under `src` directory.
43
43
44
+
**IMPORTANT :** The `software/example` folder contains 6 example files. Using SDx GUI, only 1 of them can be built at once. Exclude other example files from the project except the one you wish to build.
45
+
44
46
14. Right click on project and select `C/C++ Build Settings`
45
47
46
48
15. In `SDS++ Compiler` add the following in the `command`
@@ -56,6 +58,8 @@ sds++ -xp param:compiler.skipTimingCheckAndFrequencyScaling=1 -hls-tcl <path to
56
58
<path to libraries>/opencv_arm64/include
57
59
<path to libraries>/protobuf_arm64/include
58
60
```
61
+
> **Note :**`<path to libraries>` is the path to `SD_Card` directory in local `CHaiDNN` repository.
62
+
59
63
18. In `SDS++ Linker` add the following in the `command`
> Navigate to `src/design/conv/example/xi_convolution.cpp` file using SDx explorer, right click on `XiConvolutionTop` and select Toggle HW/SW.
87
+
> Navigate to `src/design/src/conv/example/xi_convolution.cpp` file using SDx explorer, right click on `XiConvolutionTop` and select Toggle HW/SW.
84
88
85
-
> Navigate to `src/design/gemv/example/au_sgemv_top.cpp` file using SDx explorer, right click on `auSgemvTop` and select Toggle HW/SW.
89
+
> Navigate to `src/design/src/gemv/example/au_sgemv_top.cpp` file using SDx explorer, right click on `auSgemvTop` and select Toggle HW/SW.
86
90
87
-
> Navigate to `src/design/pool/example/pooling_layer_dp_2xio_top.cpp` file using SDx explorer, right click on `PoolTop` and select Toggle HW/SW.
91
+
> Navigate to `src/design/src/pool/example/pooling_layer_dp_2xio_top.cpp` file using SDx explorer, right click on `PoolTop` and select Toggle HW/SW.
88
92
89
-
> Navigate to `src/design/deconv/example/xi_deconv_top.cpp` file using SDx explorer, right click on `XiDeconvTop` and select Toggle HW/SW.
93
+
> Navigate to `src/design/src/deconv/example/xi_deconv_top.cpp` file using SDx explorer, right click on `XiDeconvTop` and select Toggle HW/SW.
90
94
91
95
25. Open `project.sdx` file, change the `Data motion network clock frequency (MHz)` to 200.00 and change the `Hardware Functions clock frequency (MHz)` to 200.00
92
96
93
97
26. Build project.
94
98
95
-
**IMPORTANT :** Initial release only supports SDx GUI build on Linux machines.
99
+
**IMPORTANT :** Initial release only supports SDx GUI build on Linux machines.
0 commit comments