torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Virtex2UnitTest.cpp File Reference

Unit test for the Virtex2 class. More...

#include <boost/test/unit_test.hpp>
#include "torc/bitstream/Virtex2.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 Virtex2UnitTest.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 (Virtex2UnitTest)
 Unit test for the Virtex2 class. More...
 
void torc::bitstream::testVirtex2Device (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath)
 
 torc::bitstream::BOOST_AUTO_TEST_CASE (Virtex2FarUnitTest)
 Unit test for the Virtex2 class Frame Address Register mapping. More...
 
void torc::bitstream::testVirtex2FullMapping (const boost::filesystem::path &inWorkingPath)
 
 torc::bitstream::BOOST_AUTO_TEST_CASE (Virtex2MapUnitTest)
 Unit test for the Virtex2 bitstream to bitmap conversion. More...
 

Detailed Description

Unit test for the Virtex2 class.

Definition in file Virtex2UnitTest.cpp.