#include <boost/test/unit_test.hpp>
#include "torc/bitstream/Virtex4.hpp"
#include "torc/common/DirectoryTree.hpp"
#include "torc/common/Devices.hpp"
#include "torc/architecture/DDB.hpp"
#include "torc/common/DeviceDesignator.hpp"
#include "torc/bitstream/OutputStreamHelpers.hpp"
#include "torc/bitstream/build/DeviceInfoHelper.hpp"
#include "torc/common/TestHelpers.hpp"
#include <fstream>
#include <iostream>
#include <boost/filesystem.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::bitstream |
Functions | |
| torc::bitstream::BOOST_AUTO_TEST_CASE (Virtex4CrcUnitTest) | |
| Unit test for the Virtex4 CRC. | |
| torc::bitstream::BOOST_AUTO_TEST_CASE (Virtex4UnitTest) | |
| Unit test for the Virtex4 class. | |
| void | torc::bitstream::testVirtex4Device (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath) |
| torc::bitstream::BOOST_AUTO_TEST_CASE (Virtex4FarUnitTest) | |
| Unit test for the Virtex4 class Frame Address Register mapping. | |
| void | torc::bitstream::testVirtex4FullMapping (const boost::filesystem::path &inWorkingPath) |
| void | torc::bitstream::testVirtex4PartialMapping (const boost::filesystem::path &inWorkingPath) |
| torc::bitstream::BOOST_AUTO_TEST_CASE (Virtex4MapUnitTest) | |
| Unit test for the Virtex4 bitstream to bitmap conversion. | |
Definition in file Virtex4UnitTest.cpp.
1.5.6