#include <Virtex2P.hpp>
Public Member Functions | |
virtual void | initializeDeviceInfo (const std::string &inDeviceName) |
Initialize the device information. | |
virtual uint32_t | getFrameLength (void) const |
Return the frame length for the current device. | |
Friends | |
class | torc::bitstream::bitstream::Virtex2PUnitTest |
class | torc::bitstream::bitstream::Virtex2PFarUnitTest |
void | testVirtex2PDevice (const std::string &inDeviceName, const boost::filesystem::path &inWorkingPath) |
void | testVirtex2PFullMapping (const boost::filesystem::path &inWorkingPath) |
Definition at line 37 of file Virtex2P.hpp.
void torc::bitstream::Virtex2P::initializeDeviceInfo | ( | const std::string & | inDeviceName | ) | [virtual] |
Initialize the device information.
Reimplemented from torc::bitstream::Virtex2.
Definition at line 47 of file Virtex2P.cpp.
virtual uint32_t torc::bitstream::Virtex2P::getFrameLength | ( | void | ) | const [inline, virtual] |
Return the frame length for the current device.
Reimplemented from torc::bitstream::Virtex2.
Definition at line 48 of file Virtex2P.hpp.