hi,
Thanks for the reply. What I tried to do was to use two groups( as O/P) and configured 3 ports. What I meant by appended data is that if the original data bits are 10, 11 , 12...they are stored in output buffer as 100, 0, 101, 0, 102, 0, 103(this is just an example) so instead of doing 10+0(mathematically)... it is doing 10&0( like a string).
My aim in my application is pretty simple i.e., load the data(24 bits, using pattern generation) and send an ARM signal whenever the data is latched. Other thing I tried to do, is configure group 1 for 32 bits and use control lines of group 2 as the data line. But the problem is that I have no means to know when the data is exactly getting latched.