19 #include <boost/test/unit_test.hpp>
35 BOOST_AUTO_TEST_SUITE(bitstream)
45 #ifdef GENERATE_STATIC_DEVICE_INFO
111 devices.insert(devices.end(), artix7Devices.begin(), artix7Devices.end());
112 devices.insert(devices.end(), kintex7Devices.begin(), kintex7Devices.end());
113 devices.insert(devices.end(), virtex7Devices.begin(), virtex7Devices.end());
114 devices.insert(devices.end(), zynq7000Devices.begin(), zynq7000Devices.end());
115 (void) artix7Devices;
116 (void) kintex7Devices;
117 (void) virtex7Devices;
118 (void) zynq7000Devices;
120 "Virtex7DeviceInfo.cpp", devices, bitstream);
125 BOOST_AUTO_TEST_SUITE_END()
Header for the VirtexE class.
static const DeviceVector & getVirtex2PDevices(void)
Returns the Virtex2P devices.
static const DeviceVector & getVirtexEDevices(void)
Returns the VirtexE devices.
Header for the Virtex4 class.
Header for the DeviceInfoHelper class.
Header for the Virtex2P class.
static const DeviceVector & getArtix7Devices(void)
Returns the Artix7 devices.
Header for the Virtex6 class.
Header for the Virtex5 class.
Header for the Spartan6 class.
static const DeviceVector & getVirtex2Devices(void)
Returns the Virtex2 devices.
static const DeviceVector & getVirtex5Devices(void)
Returns the Virtex5 devices.
static const DeviceVector & getZynq7000Devices(void)
Returns the Zynq7000 devices.
static const DeviceVector & getVirtex6Devices(void)
Returns the Virtex6 devices.
static const DeviceVector & getSpartan3EDevices(void)
Returns the Spartan3E devices.
static const DeviceVector & getVirtex4Devices(void)
Returns the Virtex4 devices.
Header for the Virtex class.
Header for the Virtex2 class.
Header for the Spartan3E class.
static const DeviceVector & getVirtexDevices(void)
Returns the Virtex devices.
BOOST_AUTO_TEST_CASE(hexCharacterToDec)
std::vector< std::string > DeviceVector
Vector of device names.
static const DeviceVector & getVirtex7Devices(void)
Returns the Virtex7 devices.
static void buildFamilyDeviceInfo(const std::string &inFamilyName, const std::string &inTemplateName, const std::string &inOutputName, const torc::common::DeviceVector &inDeviceNames, Bitstream &inBitstream)
Build the static device information for the specified family.
Header for the Virtex7 class.
static const DeviceVector & getKintex7Devices(void)
Returns the Virtex7L devices.