Temporary compatibility with lefdef branch - remove when this branch is merged.

This commit is contained in:
Matthias Koefferlein 2020-12-20 00:35:23 +01:00
parent 11bf413cb8
commit 4b8577a89b
1 changed files with 9 additions and 0 deletions

View File

@ -215,6 +215,15 @@ public:
*/
std::pair<bool, unsigned int> logical (const db::LayerProperties &p) const;
/**
* @brief A compatibility function for future enhancements
* TODO: remove when lefdef branch is merged
*/
std::pair<bool, unsigned int> first_logical (const db::LayerProperties &p) const
{
return logical (p);
}
/**
* @brief Query or install a layer mapping from a name or LDPair
*