Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
configuration
V5CfgBlock.hpp
Go to the documentation of this file.
1
7
#pragma once
8
#ifndef BIL_V5CFGBLOCK_HPP
9
#define BIL_V5CFGBLOCK_HPP
10
11
12
namespace
bil {
13
21
namespace
V5CfgBlock {
22
24
typedef
unsigned
char
block_t
;
25
26
28
const
block_t
INTERCONNECT_AND_CFG
= 0x00;
29
31
const
block_t
BRAM_CONTENT
= 0x01;
32
34
const
block_t
SPECIAL
= 0x02;
35
37
const
block_t
BRAM_NONCFGDATA
= 0x03;
38
39
40
extern
const
char
*
const
INTERCONNECT_AND_CFG_STRING
;
41
extern
const
char
*
const
BRAM_CONTENT_STRING
;
42
extern
const
char
*
const
SPECIAL_STRING
;
43
extern
const
char
*
const
BRAM_NONCFGDATA_STRING
;
44
45
51
const
char
*
toString
(
block_t
block);
52
53
}
54
55
}
56
57
#endif
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1