#include <boost/test/unit_test.hpp>
#include "torc/bitstream/Spartan3E.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 (Spartan3EUnitTest) | |
| Unit test for the Spartan3E class. | |
| void | torc::bitstream::testSpartan3EDevice (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath) |
| torc::bitstream::BOOST_AUTO_TEST_CASE (Spartan3EFarUnitTest) | |
| Unit test for the Spartan3E class Frame Address Register mapping. | |
| std::ostream & | torc::bitstream::operator<< (std::ostream &os, const Spartan3E::FrameAddress &rhs) |
Definition in file Spartan3EUnitTest.cpp.
1.5.6