Go to the source code of this file.
bool DSPMaskOrPatternConfig |
( |
const std::string & |
siteType, |
|
|
const std::string & |
elementName |
|
) |
| |
Definition at line 36 of file SharedFunctions.cpp.
38 if(siteType.compare(
"DSP48E") == 0) {
39 if(elementName.compare(
"PATTERN") == 0 || elementName.compare(
"MASK") == 0) {
bool elementNeedsCompoundSetting |
( |
std::string |
elementName | ) |
|
void InitializeCompoundSettingsMap |
( |
| ) |
|
Definition at line 46 of file SharedFunctions.cpp.
48 std::vector<std::string> acascregCompound;
49 acascregCompound.push_back(
"AREG");
52 std::vector<std::string> bcascregCompound;
53 bcascregCompound.push_back(
"BREG");
CompoundSettingMap gCompoundSettingsMap
const std::string kArchitectureName = "Virtex5" |
const std::string kConfigOff = "#OFF" |
const std::string kFamily = "Virtex5" |
const std::string kNameSeparator = "-" |
const std::string kXDLExtension = ".xdl" |