1. Include necessary file headers - 1. Include necessary file headers - 2025.2 English - XD101

Vitis Tutorials: Platform Creation (XD101)

Document ID
XD101
Release Date
2025-12-11
Version
2025.2 English

Add following ‘include’ commands at the beginning of the file, right before the ‘define’ command.

OLD:

#define DATA_SIZE 4096

NEW:

#include "ap_int.h"
#include "ap_axi_sdata.h"

#define DATA_SIZE 4096