19 #ifndef TORC_BITSTREAM_VIRTEXE_HPP
20 #define TORC_BITSTREAM_VIRTEXE_HPP
22 #include <boost/cstdint.hpp>
25 namespace torc {
namespace architecture {
class DDB; } }
30 namespace bitstream {
class VirtexEUnitTest; }
31 namespace bitstream {
class VirtexEFarUnitTest; }
52 using namespace torc::common;
78 #endif // TORC_BITSTREAM_VIRTEXE_HPP
void testVirtexEDevice(const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath)
virtual void initializeDeviceInfo(const std::string &inDeviceName)
Initialize the device information.
EDevice mDevice
Bitstream device enumeration.
virtual uint32_t getFrameRowCount(void) const
Return the number of frame rows for the current device.
virtual uint32_t getFrameLength(void) const
boost::uint32_t uint32_t
Imported type name.
void testVirtexEFullMapping(const boost::filesystem::path &inWorkingPath)
boost::filesystem::path path
Header for the Virtex class.
friend class torc::bitstream::bitstream::VirtexEFarUnitTest
VirtexE bitstream inherited from Virtex bitstream.
virtual void initializeFrameMaps(void)
Initialize the maps between frame indexes and frame addresses. This is generally only useful for int...
friend class torc::bitstream::bitstream::VirtexEUnitTest