This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How do i initialize an array of structure in .XDC file

Hello all,

I have a structure 

struct FB_GAIN {
Float kP;
Float kI;
Float kD;
Float Wn;
Float Zeta;
Float LPFTc; /*LPF Time Constant Used in PID Controllers*/
Float ILt;
Float trkErLt;
}

config FB_GAIN WstFbGains[3] = {}; // How do i initialize this in my .XDC file


Regards 

Ragesh  S. Kutty