#include "torc/bitstream/Frame.hpp"
#include "torc/bitstream/VirtexFrameAddress.hpp"
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::bitstream |
Classes | |
class | torc::bitstream::FrameSet< FRAME_TYPE > |
Set of contiguous frames. More... | |
class | torc::bitstream::FrameBlocks< FRAME_TYPE > |
Set of contiguous frames for each of the eight possible block types. More... | |
Typedefs | |
typedef FrameSet< VirtexFrame > | torc::bitstream::VirtexFrameSet |
Virtex frame set type. | |
typedef FrameSet< SpartanFrame > | torc::bitstream::SpartanFrameSet |
Spartan frame set type. | |
typedef FrameSet< Spartan6Frame > | torc::bitstream::Spartan6FrameSet |
Spartan6 frame set type. | |
typedef FrameBlocks< VirtexFrame > | torc::bitstream::VirtexFrameBlocks |
Virtex frame blocks type. | |
typedef FrameBlocks< SpartanFrame > | torc::bitstream::SpartanFrameBlocks |
Spartan frame blocks type. | |
typedef FrameBlocks < Spartan6Frame > | torc::bitstream::Spartan6FrameBlocks |
Spartan6 frame blocks type. |
Definition in file FrameSet.hpp.