Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Typedefs | Functions | Variables
V5CfgBlock.hpp File Reference

Contains Virtex-5 configuration block enumeration constants and strings. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bil
namespace  bil::V5CfgBlock
 Namespace for Virtex-5 configuration block constants.

Macros

#define BIL_V5CFGBLOCK_HPP

Typedefs

typedef unsigned char bil::V5CfgBlock::block_t
 Configuration block type.

Functions

const char * bil::V5CfgBlock::toString (block_t block)
 Returns a string representation of given block constant.

Variables

const block_t bil::V5CfgBlock::INTERCONNECT_AND_CFG = 0x00
 Interconnection and configuration data block.
const block_t bil::V5CfgBlock::BRAM_CONTENT = 0x01
 Block RAM content block.
const block_t bil::V5CfgBlock::SPECIAL = 0x02
 Dynamic reconfiguration data block.
const block_t bil::V5CfgBlock::BRAM_NONCFGDATA = 0x03
 BRAM non-configuration data block.
const char *const bil::V5CfgBlock::INTERCONNECT_AND_CFG_STRING = "INTERCONNECT_AND_CFG"
const char *const bil::V5CfgBlock::BRAM_CONTENT_STRING = "BRAM_CONTENT"
const char *const bil::V5CfgBlock::SPECIAL_STRING = "SPECIAL"
const char *const bil::V5CfgBlock::BRAM_NONCFGDATA_STRING = "BRAM_NONCFGDATA"

Detailed Description

Contains Virtex-5 configuration block enumeration constants and strings.

Definition in file V5CfgBlock.hpp.


Macro Definition Documentation

#define BIL_V5CFGBLOCK_HPP

Definition at line 9 of file V5CfgBlock.hpp.