Data Fields

roc::ISEBinfileHeader Union Reference

#include <defines_udp.h>

Data Fields

struct {
   uint8_t   ident [4]
   uint32_t   headerSize
   uint32_t   binfileSize
   uint8_t   XORCheckSum
   uint8_t   bitfileName [65]
   uint32_t   timestamp
}; 
uint8_t bytes [512]

Detailed Description

ISE Binfile header A bitfile from Xilinx ISE consists of a binfile and a fileheader. We need only a bin file for reprogramming the virtex. So we use this header in front of the bin file to store it on the Actel Flash. Its size is 512 bytes. Behind the Header, the binfile will be written to the flash

Definition at line 161 of file defines_udp.h.


Field Documentation

struct { ... }

Definition at line 165 of file defines_udp.h.

Referenced by roc::UdpBoard::uploadBitfile().

Definition at line 167 of file defines_udp.h.

Referenced by roc::UdpBoard::uploadBitfile().

Definition at line 170 of file defines_udp.h.

Definition at line 164 of file defines_udp.h.

Referenced by roc::UdpBoard::uploadBitfile().

Definition at line 163 of file defines_udp.h.

Referenced by roc::UdpBoard::uploadBitfile().

Definition at line 168 of file defines_udp.h.

Referenced by roc::UdpBoard::uploadBitfile().

Definition at line 166 of file defines_udp.h.

Referenced by roc::UdpBoard::uploadBitfile().


The documentation for this union was generated from the following file: