Header File

A library must declare function prototypes that map onto the IP block in a header file that can be #included in user application source files. These functions define the function call interface for accessing the IP through software application code.

For example:
// FILE: fir.h #define N 256 void fir(signed char X[N], short Y[N]);