Go to the source code of this file.
bool DSPMaskOrPatternConfig |
( |
const std::string & |
siteType, |
|
|
const std::string & |
elementName |
|
) |
| |
Definition at line 28 of file build/SharedFunctions.cpp.
30 if(siteType.compare(
"DSP48E") == 0) {
31 if(elementName.compare(
"PATTERN") == 0 || elementName.compare(
"MASK") == 0) {
bool ElementNeedsCompoundSetting |
( |
std::string |
elementName | ) |
|
void InitializeCompoundSettingsMap |
( |
| ) |
|
Definition at line 38 of file build/SharedFunctions.cpp.
40 std::vector<std::string> acascregCompound;
41 acascregCompound.push_back(
"AREG");
44 std::vector<std::string> bcascregCompound;
45 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" |