Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of Virtex-5 device names, IDs, and address layouts. More...
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. |
Contains definition of Virtex-5 device names, IDs, and address layouts.
Definition in file v5data_genData.hpp.
#define V5DATA_GENDATA_HPP |
Definition at line 8 of file v5data_genData.hpp.
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.