19 #ifndef TORC_BITSTREAM_SPARTANBITSTREAM_HPP
20 #define TORC_BITSTREAM_SPARTANBITSTREAM_HPP
22 #include <boost/cstdint.hpp>
29 namespace bitstream {
class SpartanBitstreamUnitTest; }
59 #endif // TORC_BITSTREAM_SPARTANBITSTREAM_HPP
Header for the SpartanPacket class.
Bitstream packet constants for Spartan class architectures.
virtual void writePackets(std::ostream &inStream)
Write bitstream packets to a stream.
SpartanBitstream(void)
Basic constructor.
std::vector< SpartanPacket > SpartanPacketVector
Vector of Spartan packets.
Xilinx bitstream base class.
boost::uint32_t uint32_t
Imported type name.
Header for the Bitstream class.
virtual void preflightPackets(void)
Preflight the packets.
virtual void readPackets(std::istream &inStream)
Read bitstream packets from a stream.
virtual void updatePacketLength(void)
Update the header packet length.
friend class torc::bitstream::bitstream::SpartanBitstreamUnitTest