Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xdl
parser
XDLKeywords.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef BIL_XDLKEYWORDS_HPP
8
#define BIL_XDLKEYWORDS_HPP
9
10
11
namespace
bil {
12
14
namespace
XDLKeywords {
15
16
extern
const
char
*
const
DESIGN
;
17
extern
const
char
*
const
CFG
;
18
extern
const
char
*
const
INST
;
19
extern
const
char
*
const
INSTANCE
;
20
extern
const
char
*
const
PLACED
;
21
extern
const
char
*
const
UNPLACED
;
22
extern
const
char
*
const
BONDED
;
23
extern
const
char
*
const
UNBONDED
;
24
extern
const
char
*
const
NET
;
25
extern
const
char
*
const
OUTPIN
;
26
extern
const
char
*
const
INPIN
;
27
extern
const
char
*
const
PIP
;
28
29
}
30
}
31
32
#endif
Generated on Wed Aug 8 2012 21:57:41 for Bitstream Interpretation Library (BIL) by
1.8.1.1