Bitstream Interpretation Library (BIL)
0.1
|
Namespace for XDL keyword constants. More...
Variables | |
const char *const | DESIGN = "design" |
const char *const | CFG = "cfg" |
const char *const | INST = "inst" |
const char *const | INSTANCE = "instance" |
const char *const | PLACED = "placed" |
const char *const | UNPLACED = "unplaced" |
const char *const | BONDED = "bonded" |
const char *const | UNBONDED = "unbonded" |
const char *const | NET = "net" |
const char *const | OUTPIN = "outpin" |
const char *const | INPIN = "inpin" |
const char *const | PIP = "pip" |
Namespace for XDL keyword constants.
const char *const bil::XDLKeywords::DESIGN = "design" |
Definition at line 10 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::CFG = "cfg" |
Definition at line 11 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::INST = "inst" |
Definition at line 12 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::INSTANCE = "instance" |
Definition at line 13 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::PLACED = "placed" |
Definition at line 14 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::UNPLACED = "unplaced" |
Definition at line 15 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::BONDED = "bonded" |
Definition at line 16 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::UNBONDED = "unbonded" |
Definition at line 17 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::NET = "net" |
Definition at line 18 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::OUTPIN = "outpin" |
Definition at line 19 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::INPIN = "inpin" |
Definition at line 20 of file XDLKeywords.cpp.
const char *const bil::XDLKeywords::PIP = "pip" |
Definition at line 21 of file XDLKeywords.cpp.