Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
resources:fpga:xilinx:software_setup [14 Apr 2020 19:10] Antoniu Miclausresources:fpga:xilinx:software_setup [14 Apr 2020 19:27] (current) Antoniu Miclaus
Line 20: Line 20:
 <note important>Some applications (e.g. FMCOMMSx), when a Microblaze processor is used, requires an increased HEAP size for dynamic memory allocation. Make sure the HEAP size is at least **0x100000**. {{ :resources:eval:user-guides:ad-fmcomms2-ebz:software:ad9361_no_os_microblaze_heap_size.png |}} </note> <note important>Some applications (e.g. FMCOMMSx), when a Microblaze processor is used, requires an increased HEAP size for dynamic memory allocation. Make sure the HEAP size is at least **0x100000**. {{ :resources:eval:user-guides:ad-fmcomms2-ebz:software:ad9361_no_os_microblaze_heap_size.png |}} </note>
    * Copy the source code files into the **src** directory    * Copy the source code files into the **src** directory
 +   * Make sure you uncomment the the required carrier vendor and CPU architecture from the **app_config.h** (or **config.h**) header file.
 +
 +  * Example for choosing the Altera carrier in the **app_config.h** header file: 
 +<code>
 +//#define XILINX
 +#define ALTERA
 +</code>
 + 
  
    * If there are multiple folders present in in the src one, include all the paths of the folders: go to the settings of the project and in the **C/C++ Build -> Settings -> Tool Settings -> gcc compiler -> Directories** section and add the paths of all the folders.    * If there are multiple folders present in in the src one, include all the paths of the folders: go to the settings of the project and in the **C/C++ Build -> Settings -> Tool Settings -> gcc compiler -> Directories** section and add the paths of all the folders.
resources/fpga/xilinx/software_setup.txt · Last modified: 14 Apr 2020 19:27 by Antoniu Miclaus