|
Bitstream Interpretation Library (BIL)
0.1
|
Contains Virtex-5 configuration column enumeration constants and strings. More...
#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | bil |
| namespace | bil::V5CfgColumn |
| Namespace for Virtex-5 configuration column constants. | |
Macros | |
| #define | BIL_V5CFGCOLUMN_HPP |
Typedefs | |
| typedef unsigned char | bil::V5CfgColumn::column_t |
| Column resource type. | |
| typedef std::vector < V5CfgColumn::column_t > | bil::V5CfgColumnSequence |
| V5CfgColumnSequence holds a sequence of column types. | |
Functions | |
| const char * | bil::V5CfgColumn::toString (column_t columnType) |
| Returns a string representation of given column type. | |
Variables | |
| const column_t | bil::V5CfgColumn::CLB = 0x00 |
| Configurable logic blocks. | |
| const column_t | bil::V5CfgColumn::DSP = 0x01 |
| Digital signal processors. | |
| const column_t | bil::V5CfgColumn::BRAM = 0x02 |
| Block RAMs. | |
| const column_t | bil::V5CfgColumn::IOB = 0x03 |
| I/O buffers. | |
| const column_t | bil::V5CfgColumn::CLK = 0x04 |
| Clock generation and management. | |
| const column_t | bil::V5CfgColumn::SERIAL = 0x05 |
| Serial connections. | |
| const char *const | bil::V5CfgColumn::CLB_STRING = "CLB" |
| const char *const | bil::V5CfgColumn::DSP_STRING = "DSP" |
| const char *const | bil::V5CfgColumn::BRAM_STRING = "BRAM" |
| const char *const | bil::V5CfgColumn::IOB_STRING = "IOB" |
| const char *const | bil::V5CfgColumn::CLK_STRING = "CLK" |
| const char *const | bil::V5CfgColumn::SERIAL_STRING = "SERIAL" |
Contains Virtex-5 configuration column enumeration constants and strings.
Definition in file V5CfgColumn.hpp.
| #define BIL_V5CFGCOLUMN_HPP |
Definition at line 9 of file V5CfgColumn.hpp.
1.8.1.1