|
torc-master
|
Unit test for the VirtexE class. More...
#include <boost/test/unit_test.hpp>#include "torc/bitstream/VirtexE.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>
Include dependency graph for VirtexEUnitTest.cpp:Go to the source code of this file.
Namespaces | |
| torc | |
| Implementation of class to encapsulate micro-bitstream library generation code. | |
| torc::bitstream | |
| Namespace for the Torc bitstream frame-level support, including packet parsing and writing. | |
Functions | |
| torc::bitstream::BOOST_AUTO_TEST_CASE (VirtexEUnitTest) | |
| Unit test for the VirtexE class. More... | |
| void | torc::bitstream::testVirtexEDevice (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath) |
| torc::bitstream::BOOST_AUTO_TEST_CASE (VirtexEFarUnitTest) | |
| Unit test for the VirtexE class Frame Address Register mapping. More... | |
| void | torc::bitstream::testVirtexEFullMapping (const boost::filesystem::path &inWorkingPath) |
| torc::bitstream::BOOST_AUTO_TEST_CASE (VirtexEMapUnitTest) | |
| Unit test for the VirtexE bitstream to bitmap conversion. More... | |
Unit test for the VirtexE class.
Definition in file VirtexEUnitTest.cpp.