Creating a New Project

  1. Create a new project in the SDx™ IDE (lab3) for theZC702 platformandLinuxSystem configuration using the design template forMatrix Multiplication and Addition.
  2. Click on the tab labeledlab3to view theSDx Project Settings. If the tab is not visible, in theProject Explorerdouble click on theproject.sdxfile under thelab3project.
  3. In theHW Functionspanel, observe that themaddandmmultfunctions already appear in the list of functions marked for hardware acceleration.
  4. To get the best runtime performance, switch to use theReleaseconfiguration by clicking on the Active Build Configuration option and then selecting Release. You could also selectReleasefrom the Build icon, or by right-clicking the project and selectingBuild Configurations>Set Active>Release.The Release build configuration uses a higher compiler optimization setting than the Debug build configurations.