#include <boost/cstdint.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::bitstream |
namespace | torc::bitstream::bitstream |
Classes | |
class | torc::bitstream::ColumnDef |
Bitstream column definition for Xilinx bitstreams. For every block type 0 through 8, this class provides the width of the specified column in minor frames. Note that in most families, block types beyond 3 or 4 are unused, and hence of zero width. More... | |
class | torc::bitstream::ColumnDefVector |
Column definition vector. More... | |
class | torc::bitstream::ColumnTypeVector |
Column type vector. More... | |
class | torc::bitstream::DeviceInfo |
Static device information class for Xilinx bitstreams. This class facilitates the creation of frame address maps without dependence upon torc::architecture. More... |
Definition in file DeviceInfo.hpp.