Bugfix, restore previous behavior for empty tech component suffix

This commit is contained in:
Matthias Koefferlein 2020-11-21 21:06:05 +01:00
parent b0f25dd61e
commit 3b61255d9b
1 changed files with 3 additions and 0 deletions

View File

@ -1305,6 +1305,9 @@ LEFDEFReaderState::open_layer_uncached (db::Layout &layout, const std::string &n
if (! ll.first) {
ll = m_layer_map.logical (n, layout);
generic_match = true;
} else if (n == name) {
// no suffix defined in tech component -> treat as generic match and combine datatypes
generic_match = true;
}
if (ll.first) {