UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
04-13-2008 07:16 AM
04-14-2008 06:16 AM
04-14-2008 01:22 PM
/* Read and check the header */
header.type = ReadUShort(infile);
header.size = ReadUIntLil(infile);
header.reserved1 = ReadUShort(infile);
header.reserved2 = ReadUShort(infile);
header.offset = ReadUIntLil(infile);
Thanks.