Bitstream Interpretation Library (BIL)  0.1
Macros | Variables
v5data_genData.hpp File Reference

Contains definition of Virtex-5 device names, IDs, and address layouts. More...

#include <cstring>
#include <boost/cstdint.hpp>
#include <configuration/V5AddressLayout.hpp>
Include dependency graph for v5data_genData.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define V5DATA_GENDATA_HPP

Variables

const size_t V5_DEVICE_COUNT = 26
 number of devices in Virtex-5 family
const char *const V5_DEVICE_NAMES [V5_DEVICE_COUNT]
 Virtex-5 device names.
const boost::uint32_t V5_DEVICE_IDS [V5_DEVICE_COUNT]
 Virtex-5 device IDs.
const bil::V5AddressLayout V5_ADDRESS_LAYOUTS [V5_DEVICE_COUNT]
 Virtex-5 address layouts.

Detailed Description

Contains definition of Virtex-5 device names, IDs, and address layouts.

Definition in file v5data_genData.hpp.


Macro Definition Documentation

#define V5DATA_GENDATA_HPP

Definition at line 8 of file v5data_genData.hpp.


Variable Documentation

const size_t V5_DEVICE_COUNT = 26

number of devices in Virtex-5 family

Definition at line 16 of file v5data_genData.hpp.

const char* const V5_DEVICE_NAMES[V5_DEVICE_COUNT]

Virtex-5 device names.

Definition at line 13 of file v5data_genData.cpp.

const boost::uint32_t V5_DEVICE_IDS[V5_DEVICE_COUNT]

Virtex-5 device IDs.

Definition at line 48 of file v5data_genData.cpp.

const bil::V5AddressLayout V5_ADDRESS_LAYOUTS[V5_DEVICE_COUNT]

Virtex-5 address layouts.

Definition at line 83 of file v5data_genData.cpp.