19 #ifndef TORC_BITSTREAM_VIRTEX2P_HPP
20 #define TORC_BITSTREAM_VIRTEX2P_HPP
22 #include <boost/cstdint.hpp>
25 namespace torc {
namespace architecture {
class DDB; } }
30 namespace bitstream {
class Virtex2PUnitTest; }
31 namespace bitstream {
class Virtex2PFarUnitTest; }
49 using namespace torc::common;
71 #endif // TORC_BITSTREAM_VIRTEX2P_HPP
friend class torc::bitstream::bitstream::Virtex2PUnitTest
virtual uint32_t getFrameLength(void) const
void testVirtex2PDevice(const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath)
EDevice mDevice
Bitstream device enumeration.
void testVirtex2PFullMapping(const boost::filesystem::path &inWorkingPath)
boost::uint32_t uint32_t
Imported type name.
virtual void initializeDeviceInfo(const std::string &inDeviceName)
Initialize the device information.
boost::filesystem::path path
friend class torc::bitstream::bitstream::Virtex2PFarUnitTest
Header for the Virtex2 class.
Virtex2P bitstream inherited from Virtex2 bitstream.