The following steps demonstrate how to export an SDSoC environment shared library with the
corresponding SD card boot image using the SDSoC environment GUI.
-
Select to bring up the New Project dialog box.
-
Create a new SDSoC project.
-
Type
libmatrix
in the Project name
field.
-
Select Platform to be
zc702
.
-
Put a checkmark on the Shared Library checkbox.
-
Click Next.
-
Choose the application template.
-
Select
Matrix Shared Library
from the Available
Templates.
-
Click Finish.
A new SDSoc shared library application project called libmatrix
is created in the Project Explorer view. The project includes two
hardware functions mmult_accel
and madd_accel
that are
visible in the SDSoC Project Overview.
-
Build the library.
-
In the Project Explorer view, select the
libmatrix
project.
-
Select .
After the build completes, there will be a boot SD card image under the SDDebug
(or current configuration) folder.