torc-master
|
Unit test for the Spartan6BuildHelper class. More...
#include <boost/test/unit_test.hpp>
#include "torc/bitstream/build/Spartan6BuildHelper.hpp"
#include "torc/bitstream/Spartan6.hpp"
#include "torc/common/DirectoryTree.hpp"
#include "torc/common/Devices.hpp"
#include <fstream>
#include <iostream>
#include <boost/filesystem.hpp>
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 | |
void | torc::bitstream::buildSpartan6Partials (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath) |
torc::bitstream::BOOST_AUTO_TEST_CASE (Spartan6BuildHelperUnitTest) | |
Unit test for the Spartan6BuildHelper class. More... | |
torc::bitstream::BOOST_AUTO_TEST_CASE (Spartan6DumpPacketsUnitTest) | |
Unit test to dump Spartan6 bitstream packets. More... | |
Unit test for the Spartan6BuildHelper class.
Definition in file Spartan6BuildHelperUnitTest.cpp.